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

Function IsUnimplemented

pkg/errors/codes.go:113–113  ·  view source on GitHub ↗

IsUnimplemented returns whether the given error is of type Unimplemented.

(err error)

Source from the content-addressed store, hash-verified

111
112// IsUnimplemented returns whether the given error is of type Unimplemented.
113func IsUnimplemented(err error) bool { return HasCode(err, uint32(codes.Unimplemented)) }
114
115// IsInternal returns whether the given error is of type Internal.
116func IsInternal(err error) bool { return HasCode(err, uint32(codes.Internal)) }

Callers 2

users.goFile · 0.92

Calls 1

HasCodeFunction · 0.85

Tested by 1