Bases: object
Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
-
__init__() → None
Method generated by attrs for class AsyncTaskErrors.
-
property additional_keys: List[str]
-
additional_properties: Dict[str, Any]
-
classmethod from_dict(src_dict: Dict[str, Any]) → benchling_api_client.models.async_task_errors.T
-
get(key, default=None) → Optional[Any]
-
to_dict() → Dict[str, Any]