error property

bool get error

Whether the action completed with an error.

Implementation

bool get error => value is Error;