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

Struct ArgumentError

dnode/errors.go:30–32  ·  view source on GitHub ↗

ArgumentError is returned when received message contains invalid arguments.

Source from the content-addressed store, hash-verified

28
29// ArgumentError is returned when received message contains invalid arguments.
30type ArgumentError struct {
31 s string
32}
33
34func (e ArgumentError) Error() string {
35 return e.s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected