ActionAbortedError
This error is raised when an action was aborted, externally. The parent action will raise this error.
Constructor
Signature
def ActionAbortedError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message explaining why the action was aborted. |
Signature
def ActionAbortedError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific message detailing why the action was aborted, providing context to the user. |