MCPcopy
hub / github.com/davyxu/cellnet / NewErrorContext

Function NewErrorContext

err.go:24–26  ·  view source on GitHub ↗
(s string, context interface{})

Source from the content-addressed store, hash-verified

22}
23
24func NewErrorContext(s string, context interface{}) error {
25 return &Error{s: s, context: context}
26}

Callers 3

EncodeMessageFunction · 0.92
DecodeMessageFunction · 0.92
DecodeMessageByTypeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected