MCPcopy
hub / github.com/PeerDB-io/peerdb / Error

Method Error

flow/cmd/api_error.go:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (e *apiError) Error() string {
59 if e.status == nil {
60 return "unknown error"
61 }
62 return e.status.Err().Error()
63}
64
65func (e *apiError) GRPCStatus() *status.Status {
66 return e.status

Calls 1

ErrMethod · 0.65