(lorawanField string, max any)
| 48 | } |
| 49 | |
| 50 | func errExpectedLowerOrEqual(lorawanField string, max any) valueErr { |
| 51 | return unexpectedValue(errFieldHasMax.WithAttributes("lorawan_field", lorawanField, "max", max)) |
| 52 | } |
| 53 | |
| 54 | func errExpectedLengthEqual(lorawanField string, expected any) valueErr { |
| 55 | return unexpectedValue(errFieldLengthEqual.WithAttributes("lorawan_field", lorawanField, "expected", expected)) |
no test coverage detected