MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / DefineAborted

Function DefineAborted

pkg/errors/definitions.go:276–279  ·  view source on GitHub ↗

DefineAborted defines a registered error of type Aborted.

(name, messageFormat string, publicAttributes ...string)

Source from the content-addressed store, hash-verified

274
275// DefineAborted defines a registered error of type Aborted.
276func DefineAborted(name, messageFormat string, publicAttributes ...string) *Definition {
277 def := define(uint32(codes.Aborted), name, messageFormat, publicAttributes...)
278 return def
279}
280
281// OutOfRange - not used for now
282

Callers 15

util_test.goFile · 0.92
grpc_gateways.goFile · 0.92
lbscups.goFile · 0.92
root_ca.goFile · 0.92
javascript.goFile · 0.92
grpc_gspba.goFile · 0.92
translation.goFile · 0.92
gatewayserver.goFile · 0.92
grpc_nsgs.goFile · 0.92
scheduler.goFile · 0.92
io.goFile · 0.92

Calls 1

defineFunction · 0.85

Tested by 2

TestProcessDownlinkTaskFunction · 0.74
TestCodesFunction · 0.74