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

Struct methodNotFoundError

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

request is for an unknown service

Source from the content-addressed store, hash-verified

20
21// request is for an unknown service
22type methodNotFoundError struct {
23 service string
24 method string
25}
26
27func (e *methodNotFoundError) ErrorCode() int { return -32601 }
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected