MCPcopy
hub / github.com/gofrs/uuid / Error

Method Error

error.go:38–40  ·  view source on GitHub ↗

Error returns the string representation of the UUID error.

()

Source from the content-addressed store, hash-verified

36
37// Error returns the string representation of the UUID error.
38func (e Error) Error() string {
39 return string(e)
40}

Callers 12

TestDefaultHWAddrFuncFunction · 0.80
testErrCheckFunction · 0.80
testNullUUIDScanNilFunction · 0.80
TestIsAsErrorFunction · 0.80
TestParseErrorsFunction · 0.80
TestUnmarshalBinaryErrorFunction · 0.80
TestScanErrorFunction · 0.80
TestUUIDVersionErrorsFunction · 0.80
TestErrNoHwAddressFoundFunction · 0.80
FuzzFromBytesOrNilFuncFunction · 0.80
FuzzFromStringOrNilFuncFunction · 0.80

Calls

no outgoing calls

Tested by 12

TestDefaultHWAddrFuncFunction · 0.64
testErrCheckFunction · 0.64
testNullUUIDScanNilFunction · 0.64
TestIsAsErrorFunction · 0.64
TestParseErrorsFunction · 0.64
TestUnmarshalBinaryErrorFunction · 0.64
TestScanErrorFunction · 0.64
TestUUIDVersionErrorsFunction · 0.64
TestErrNoHwAddressFoundFunction · 0.64
FuzzFromBytesOrNilFuncFunction · 0.64
FuzzFromStringOrNilFuncFunction · 0.64