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