Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 774 Bytes

File metadata and controls

16 lines (8 loc) · 774 Bytes

BatchUploadStatus

API model to describe the batch upload status.

Properties

Name Type Description Notes
status String * awaitingData - Some chunks or the XMP file have not been received yet * pending - The upload is finalized and has been queued for processing * inProgress - The upload is finalized and is being processed * done - The upload has completed successfully, and result contains more information * failed - The upload has failed, and error contains more information [optional]
result BatchUploadStatusResult [optional]
error BatchUploadStatusError [optional]