Type | Name | Description | Notes |
Int | errorsCount | Contains the number of errors. | read-only |
Void | addError(IliErrorMessage error) | Adds the error message. | |
Void | appendErrorList(IliErrorList errorList) | Appends all the errors found in the errorList parameter to the end of this error list. | |
IliErrorMessage | getErrorAt(Int index) | Returns the error message object at position index , counting from 0 for the first error message. | |
Void | removeAllErrors() | Removes all errors from the error list. | |
Void | report(IlvAbstractView view) | Opens an error dialog box showing the errors contained in this error list. If there is more than one error, the dialog box will contain a spin-box that allows the user to move from error to error. If provided, the view parameter designates a view on top of which the dialog box will appear. | |