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

Struct ontError

errors/onterror.go:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22package errors
23
24type ontError struct {
25 errmsg string
26 callstack *CallStack
27 root error
28 code ErrCode
29}
30
31func (e ontError) Error() string {
32 return e.errmsg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected