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

Method Error

pkg/errors/errors.go:59–64  ·  view source on GitHub ↗

Error implements the error interface.

()

Source from the content-addressed store, hash-verified

57
58// Error implements the error interface.
59func (e *Error) Error() string {
60 if e == nil {
61 return ""
62 }
63 return e.String()
64}
65
66// Fields implements the log.Fielder interface.
67func (e *Error) Fields() map[string]any {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected