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

Struct invalidMessageError

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

received message is invalid

Source from the content-addressed store, hash-verified

39
40// received message is invalid
41type invalidMessageError struct{ message string }
42
43func (e *invalidMessageError) ErrorCode() int { return -32700 }
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected