MCPcopy Create free account
hub / github.com/google/uuid / invalidLengthError

Struct invalidLengthError

uuid.go:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66var ErrInvalidURNPrefix = URNPrefixError{}
67
68type invalidLengthError struct{ len int }
69
70func (err invalidLengthError) Error() string {
71 return fmt.Sprintf("invalid UUID length: %d", err.len)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected