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

Interface Error

errors.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Error interface {
14 error
15 Field() string
16 Kind() string
17 Message() string
18}
19
20type Errors []Error
21

Callers 3

makeErrsMapFunction · 0.65
MapMethod · 0.65
NotFunction · 0.65

Implementers 1

errorImplerrors.go

Calls

no outgoing calls

Tested by

no test coverage detected