Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewFataError
Function
NewFataError
internal/iplibrary/action_errors.go:12–14 ·
view source on GitHub ↗
(err string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
NewFataError(err string) error {
13
return
&FataError{err: err}
14
}
15
16
func
IsFatalError(err error) bool {
17
if
err == nil {
Callers
3
Init
Method · 0.85
Init
Method · 0.85
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected