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

Struct FCtrlValidationError

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

FCtrlValidationError is the validation error returned by FCtrl.ValidateFields if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

605// FCtrlValidationError is the validation error returned by
606// FCtrl.ValidateFields if the designated constraints aren't met.
607type FCtrlValidationError struct {
608 field string
609 reason string
610 cause error
611 key bool
612}
613
614// Field function returns field value.
615func (e FCtrlValidationError) Field() string { return e.field }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected