MCPcopy Create free account
hub / github.com/DNAProject/DNA / ErrerCode

Function ErrerCode

errors/errcode.go:112–117  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

110}
111
112func ErrerCode(err error) ErrCode {
113 if err, ok := err.(ErrCoder); ok {
114 return err.GetErrCode()
115 }
116 return ErrUnknown
117}

Callers 1

TestNewDetailErrFunction · 0.85

Calls 1

GetErrCodeMethod · 0.65

Tested by 1

TestNewDetailErrFunction · 0.68