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