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

Struct FHDRValidationError

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

FHDRValidationError is the validation error returned by FHDR.ValidateFields if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

516// FHDRValidationError is the validation error returned by FHDR.ValidateFields
517// if the designated constraints aren't met.
518type FHDRValidationError struct {
519 field string
520 reason string
521 cause error
522 key bool
523}
524
525// Field function returns field value.
526func (e FHDRValidationError) Field() string { return e.field }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected