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

Function errFailedDecoding

pkg/encoding/lorawan/errors.go:86–88  ·  view source on GitHub ↗
(lorawanField string)

Source from the content-addressed store, hash-verified

84}
85
86func errFailedDecoding(lorawanField string) *errors.Error {
87 return errDecode.WithAttributes("lorawan_field", lorawanField)
88}
89
90func errUnknown(lorawanField string) valueErr {
91 return unexpectedValue(errUnknownField.WithAttributes("lorawan_field", lorawanField))

Callers 5

UnmarshalFHDRFunction · 0.85
UnmarshalMACPayloadFunction · 0.85
UnmarshalMessageFunction · 0.85

Calls 1

WithAttributesMethod · 0.45

Tested by

no test coverage detected