Method AsyncResult():error() Foundation

Returns the error object if the operation failed.

Syntax
:error() --> oError|NIL
Return

The error object or NIL.

Description

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.

Feedback

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.