Skip to main content

BackendGetMetaError

An issue reading from the backend.

Attributes

AttributeTypeDescription
task_idstringThe 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

NameTypeDescription
*argsanyVariable length argument list.
**kwargsanyArbitrary keyword arguments, optionally containing 'task_id'.

Signature

def BackendGetMetaError(
*args: tuple,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
*argstupleVariable length argument list passed to the parent BackendError class.
**kwargsdictArbitrary keyword arguments containing the 'task_id' associated with the metadata retrieval failure.