Method Error():ignoredErrors() Foundation
Retrieve ignored errors.
Error():ignoredErrors() --> <aErrors>
The class method :ignoredErrors() returns a one-dimensional array of error objects.
Errors will be recorded if one of the error modes was configured to ERR_ACTION_IGNORE. If ERR_ACTION_POPUP was set and the dialog provided a decision to quit or ignore, the error will also be recorded in the latter case. The oldest error is the topmost entry in the array. The maximum number of recorded errors is 16. After calling this method all recorded errors are removed.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.