ActionAbortedError
This error is raised when an action was aborted, externally. The parent action will raise this error.
Constructor
Signature
def ActionAbortedError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the reason for the action abortion. |
Signature
def ActionAbortedError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed explanation of why the action was aborted, which is passed to the parent RuntimeUserError. |