Contents

DownloadError

An object that describes an error the server encounters preparing download URLs for a request.

Declaration

object DownloadError

Properties

NameTypeDescription
statusCheckDelayinteger

The number of seconds to wait before re-requesting the status.

statusstring

The outcome of the operation.

statusMessagestring

The reason the server encountered an error.

Overview

The statusMessage field has one of these values:

invalid_request_status

The download request isn’t complete and you need to request the download URLs again after statusCheckDelay seconds.

request_not_found

The request ID you provided isn’t recognized.

See Also

Downloads