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

Function errUnknown

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

Source from the content-addressed store, hash-verified

88}
89
90func errUnknown(lorawanField string) valueErr {
91 return unexpectedValue(errUnknownField.WithAttributes("lorawan_field", lorawanField))
92}
93
94func errMissing(lorawanField string) *errors.Error {
95 return errUnknownField.WithAttributes("lorawan_field", lorawanField)

Callers 7

UnmarshalCFListFunction · 0.85
AppendMessageFunction · 0.85
MarshalMessageFunction · 0.85
UnmarshalMessageFunction · 0.85

Calls 2

unexpectedValueFunction · 0.70
WithAttributesMethod · 0.45

Tested by

no test coverage detected