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

Struct CFListValidationError

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

CFListValidationError is the validation error returned by CFList.ValidateFields if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

1209// CFListValidationError is the validation error returned by
1210// CFList.ValidateFields if the designated constraints aren't met.
1211type CFListValidationError struct {
1212 field string
1213 reason string
1214 cause error
1215 key bool
1216}
1217
1218// Field function returns field value.
1219func (e CFListValidationError) Field() string { return e.field }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected