Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
type
Error
interface
{
14
error
15
Field() string
16
Kind() string
17
Message() string
18
}
19
20
type
Errors []Error
21
Callers
3
makeErrsMap
Function · 0.65
Map
Method · 0.65
Not
Function · 0.65
Implementers
1
errorImpl
errors.go
Calls
no outgoing calls
Tested by
no test coverage detected