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

Method Code

errors.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (e Error) Code() string {
23 return e.CodeVal
24}
25
26func (e Error) Error() string {
27 s := e.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected