MCPcopy Create free account
hub / github.com/RussellLuo/validating / errorImpl

Struct errorImpl

errors.go:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type errorImpl struct {
69 field string
70 kind string
71 message string
72}
73
74func NewError(field, kind, message string) Error {
75 return errorImpl{field, kind, message}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected