fieldViolations property

List<FieldViolation>? fieldViolations
getter/setter pair

In case the item fields are invalid, this field contains the details about the validation errors.

Implementation

core.List<FieldViolation>? fieldViolations;