FSKDataRateValidationError is the validation error returned by FSKDataRate.ValidateFields if the designated constraints aren't met.
| 1375 | // FSKDataRateValidationError is the validation error returned by |
| 1376 | // FSKDataRate.ValidateFields if the designated constraints aren't met. |
| 1377 | type FSKDataRateValidationError struct { |
| 1378 | field string |
| 1379 | reason string |
| 1380 | cause error |
| 1381 | key bool |
| 1382 | } |
| 1383 | |
| 1384 | // Field function returns field value. |
| 1385 | func (e FSKDataRateValidationError) Field() string { return e.field } |
nothing calls this directly
no outgoing calls
no test coverage detected