errors property

CustomModuleValidationErrors? errors
getter/setter pair

A list of errors returned by the validator.

If the list is empty, there were no errors.

Implementation

CustomModuleValidationErrors? errors;