MCPcopy Create free account
hub / github.com/chain/txvm / wrapperError

Struct wrapperError

errors/errors.go:15–21  ·  view source on GitHub ↗

wrapperError satisfies the error interface.

Source from the content-addressed store, hash-verified

13
14// wrapperError satisfies the error interface.
15type wrapperError struct {
16 msg string
17 detail []string
18 data map[string]interface{}
19 stack []uintptr
20 root error
21}
22
23// It satisfies the error interface.
24func (e wrapperError) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected