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

Method Error

dnode/errors.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (e CallbackNotFoundError) Error() string {
26 return fmt.Sprintf("Callback ID not found: %d", e.ID)
27}
28
29// ArgumentError is returned when received message contains invalid arguments.
30type ArgumentError struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected