MCPcopy 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
12func NewFataError(err string) error {
13 return &FataError{err: err}
14}
15
16func IsFatalError(err error) bool {
17 if err == nil {

Callers 3

InitMethod · 0.85
InitMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected