DownloadError
An object that describes an error the server encounters preparing download URLs for a request.
Declaration
object DownloadErrorProperties
| Name | Type | Description |
|---|---|---|
statusCheckDelay | integer | The number of seconds to wait before re-requesting the status. |
status | string | The outcome of the operation. |
statusMessage | string | The reason the server encountered an error. |
Overview
The statusMessage field has one of these values:
invalid_request_statusThe download request isn’t complete and you need to request the download URLs again after
statusCheckDelayseconds.request_not_foundThe request ID you provided isn’t recognized.