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

Method String

pkg/errors/definitions.go:101–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (d *Definition) String() string {
102 if d == nil {
103 return ""
104 }
105 return fmt.Sprintf("error:%s (%s)", d.FullName(), d.messageFormat)
106}
107
108// Error implements the error interface.
109func (d *Definition) Error() string {

Callers 2

setGRPCStatusMethod · 0.95
ErrorMethod · 0.95

Calls 1

FullNameMethod · 0.95

Tested by

no test coverage detected