ExecutionError
This class indicates any error in executing the task. It extends the core execution error structure and includes a flag to indicate if the error is recoverable.
Attributes
| Attribute | Type | Description |
|---|---|---|
| IsRecoverable | bool | Indicates if this error is recoverable. |