ValidateResult
Public / Attributes
Errors
The validation errors (both critical and non-critical).
This array will either be non-empty (validation has failed) or null (validation has succeeded).
Messages
The validation messages (errors, warnings and notices) or null.
This array will either be non-empty (one or more errors, warnings or notices are present) or null (there are no messages).
- See also
Notices
The validation notices or null.
This array will either be non-empty (one or more notices are present) or null (there are no notices).
- See also