MCPcopy
hub / github.com/daptin/daptin / Error

Method Error

server/resource/handle_action.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (de *DaptinError) Error() string {
63 return de.Message
64}
65
66func NewDaptinError(str string, code string) *DaptinError {
67 return &DaptinError{

Calls

no outgoing calls