Returns the ValidationError with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Returns any ValidationError in the collection.
→ Number
Displays the number of elements in the ValidationError.
→ ValidationError[]
Returns every ValidationError in the collection.
Returns the first ValidationError in the collection.
Returns the ValidationError with the specified index or name.
→ ValidationError[]
Returns the ValidationErrors within the specified range.
from
LongInteger | ValidationError | String
The ValidationError, index, or name at the beginning of the range. Can accept: ValidationError, Long Integer or String.
to
LongInteger | ValidationError | String
The ValidationError, index, or name at the end of the range. Can accept: ValidationError, Long Integer or String.
Returns the last ValidationError in the collection.
Returns the middle ValidationError in the collection.
Returns the ValidationError whose index follows the specified ValidationError in the collection.
Returns the ValidationError with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the ValidationError.
Object of 1
Properties elsewhere that hold a ValidationErrors.