error property

dynamic error
getter/setter pair

Error status of the asynchronous action.

If the action threw exception, that exception will be stored in error. Otherwise, it will be null.

Implementation

dynamic error;