MCPcopy 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
8func (this *FataError) Error() string {
9 return this.err
10}
11
12func NewFataError(err string) error {
13 return &FataError{err: err}

Callers 8

UpdateActionsMethod · 0.45
AddItemMethod · 0.45
DeleteItemMethod · 0.45
createInstanceMethod · 0.45
initMethod · 0.45
InitMethod · 0.45
fetchMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected