MCPcopy
hub / github.com/canopy-network/canopy / Code

Method Code

lib/error.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type ErrorI interface {
11 Code() ErrorCode // Returns the error code
12 Module() ErrorModule // Returns the error module
13 error // Implements the built-in error interface
14}

Callers 3

UnmarshalJSONMethod · 0.65
NewPluginErrorFunction · 0.65
IndexerBlobsMethod · 0.65

Implementers 1

Errorlib/error.go

Calls

no outgoing calls

Tested by

no test coverage detected