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

Struct errorDetails

pkg/ttnpb/errors.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const valueKey = "value"
28
29type errorDetails struct {
30 *ErrorDetails
31}
32
33func (e errorDetails) Error() string {
34 return fmt.Sprintf("error:%s:%s (%s)", e.Namespace(), e.Name(), e.MessageFormat())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected