BackendStoreError
An issue writing to the backend.
Attributes
| Attribute | Type | Description |
|---|---|---|
| state | string = "" | The current operational state of the backend when the error occurred. |
| task_id | string = "" | The unique identifier of the task that triggered the backend storage failure. |
Constructor
Signature
def BackendStoreError(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list. |
| **kwargs | any | Arbitrary keyword arguments, specifically looking for 'state' and 'task_id'. |
Signature
def BackendStoreError(
state: string = "",
task_id: string = ""
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| state | string = "" | The execution state or stage where the backend storage failure occurred |
| task_id | string = "" | The unique identifier of the task associated with the storage error |