BackendGetMetaError
An issue reading from the backend.
Attributes
| Attribute | Type | Description |
|---|---|---|
| task_id | string | The unique identifier of the task associated with the metadata retrieval failure, defaulting to an empty string if not provided. |
Constructor
Signature
def BackendGetMetaError(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list. |
| **kwargs | any | Arbitrary keyword arguments, optionally containing 'task_id'. |
Signature
def BackendGetMetaError(
*args: tuple,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | tuple | Variable length argument list passed to the parent BackendError class. |
| **kwargs | dict | Arbitrary keyword arguments containing the 'task_id' associated with the metadata retrieval failure. |