Method AsyncResult():error() Foundation
Returns the error object if the operation failed.
:error() --> oError|NIL
The error object or NIL.
Returns the error object that was provided to :signalError() if the AsyncResult is in the "error" state. Returns NIL if the AsyncResult is in any other state.
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.