Asset upload exception
AssetUploadException #
AssetUploadException(
failed_uploads: list[FailedUpload[str]],
)
Bases: Exception
Exception raised when asset uploads fail in Step 1/2 of the two-step upload process.
This exception contains details about which assets failed to upload, allowing users to decide how to proceed (retry, skip, or abort).
Attributes:
| Name | Type | Description |
|---|---|---|
failed_uploads |
List of FailedUpload instances containing the failed assets and error details. |