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

Function errFailedEncoding

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

Source from the content-addressed store, hash-verified

80}
81
82func errFailedEncoding(lorawanField string) *errors.Error {
83 return errEncode.WithAttributes("lorawan_field", lorawanField)
84}
85
86func errFailedDecoding(lorawanField string) *errors.Error {
87 return errDecode.WithAttributes("lorawan_field", lorawanField)

Callers 4

AppendFHDRFunction · 0.85
AppendMACPayloadFunction · 0.85
AppendJoinAcceptPayloadFunction · 0.85
AppendMessageFunction · 0.85

Calls 1

WithAttributesMethod · 0.45

Tested by

no test coverage detected