Skip to main content

BackendStoreError

An issue writing to the backend.

Attributes

AttributeTypeDescription
statestring = ""The current operational state of the backend when the error occurred.
task_idstring = ""The unique identifier of the task that triggered the backend storage failure.

Constructor

Signature

def BackendStoreError(
*args: any,
**kwargs: any
) - > null

Parameters

NameTypeDescription
*argsanyVariable length argument list.
**kwargsanyArbitrary keyword arguments, specifically looking for 'state' and 'task_id'.

Signature

def BackendStoreError(
state: string = "",
task_id: string = ""
) - > null

Parameters

NameTypeDescription
statestring = ""The execution state or stage where the backend storage failure occurred
task_idstring = ""The unique identifier of the task associated with the storage error