MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / FSKDataRateValidationError

Struct FSKDataRateValidationError

pkg/ttnpb/lorawan.pb.validate.go:1377–1382  ·  view source on GitHub ↗

FSKDataRateValidationError is the validation error returned by FSKDataRate.ValidateFields if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected