MCPcopy Create free account
hub / github.com/CPChain/chain / callbackError

Struct callbackError

api/rpc/errors.go:55–55  ·  view source on GitHub ↗

logic error, callback returned an error

Source from the content-addressed store, hash-verified

53
54// logic error, callback returned an error
55type callbackError struct{ message string }
56
57func (e *callbackError) ErrorCode() int { return -32000 }
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected