The error associated with the field.
The array of errors associated with this field.
Readonly
istrue
if this field has associated errors, or false
otherwise.
Note: Use getInvalidFields to check that this field or any of its descendants are invalid.
Deletes all errors associated with this field.
Optional
options: ClearErrorsOptionsDeletes an error associated with this field. No-op if an error isn't associated with this field.
The error to delete.
Returns all fields that have associated errors.
The mixin added to the field by the errorsPlugin.