Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
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
UnmarshalJSON
Method · 0.65
NewPluginError
Function · 0.65
IndexerBlobs
Method · 0.65
Implementers
1
Error
lib/error.go
Calls
no outgoing calls
Tested by
no test coverage detected