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

Struct DLSettingsValidationError

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

DLSettingsValidationError is the validation error returned by DLSettings.ValidateFields if the designated constraints aren't met.

Source from the content-addressed store, hash-verified

1117// DLSettingsValidationError is the validation error returned by
1118// DLSettings.ValidateFields if the designated constraints aren't met.
1119type DLSettingsValidationError struct {
1120 field string
1121 reason string
1122 cause error
1123 key bool
1124}
1125
1126// Field function returns field value.
1127func (e DLSettingsValidationError) Field() string { return e.field }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected