Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Error
Method
Error
internal/iplibrary/action_errors.go:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
func
(this *FataError) Error() string {
9
return
this.err
10
}
11
12
func
NewFataError(err string) error {
13
return
&FataError{err: err}
Callers
8
UpdateActions
Method · 0.45
AddItem
Method · 0.45
DeleteItem
Method · 0.45
createInstance
Method · 0.45
init
Method · 0.45
Init
Method · 0.45
fetch
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected