MCPcopy Create free account
hub / github.com/koding/kite / Error

Method Error

dnode/errors.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (e MethodNotFoundError) Error() string {
15 return fmt.Sprintf("Method not found: %s", e.Method)
16}
17
18// CallbackNotFoundError is returned when there is no registered callback for
19// received message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected