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