Android OpenTV Player SDK  4.23.3.1610362082
DownloadError Enum Reference

Public Attributes

 ERROR_UNKNOWN =(0)
 An unknown or unexpected error occured. More...
 
 ERROR_MISFORMATTED_URI =(1)
 The remote URI is misformatted and can't be used. More...
 
 ERROR_MISFORMATTED_MANIFEST =(2)
 The manifest is misformatted and doesn't comply to specification. More...
 
 ERROR_UNSUPPORTED_MANIFEST =(3)
 Unsupported manifest version or features of a given protocol. More...
 
 ERROR_HTTP_UNHANDLED_CODE =(4)
 Some unexpected HTTP code were received and couldn't be handled by the downloader. More...
 
 ERROR_HTTP_DATA_ERROR =(5)
 Some unexpected HTTP data error was observed, such as missing or incomplete payload, and couldn't be handled by the downloader. More...
 
 ERROR_HTTP_TOO_MANY_REDIRECTS =(6)
 The download requests hopped over too many redirect. More...
 
 ERROR_INSUFFICIENT_SPACE =(7)
 The storage path points to a device lacking space. More...
 
 ERROR_LIVE_CONTENT_NOT_SUPPORTED =(8)
 Live content downloading is not supported. More...
 
 ERROR_NO_STORAGE_ACCESS =(9)
 Can NOT download as there is no access to storage. More...
 
 ERROR_HTTP_403 =(10)
 Forbidden Error. More...
 

Detailed Description

The download error of a Download object.

Member Data Documentation

◆ ERROR_HTTP_403

ERROR_HTTP_403 =(10)

Forbidden Error.

◆ ERROR_HTTP_DATA_ERROR

ERROR_HTTP_DATA_ERROR =(5)

Some unexpected HTTP data error was observed, such as missing or incomplete payload, and couldn't be handled by the downloader.

◆ ERROR_HTTP_TOO_MANY_REDIRECTS

ERROR_HTTP_TOO_MANY_REDIRECTS =(6)

The download requests hopped over too many redirect.

◆ ERROR_HTTP_UNHANDLED_CODE

ERROR_HTTP_UNHANDLED_CODE =(4)

Some unexpected HTTP code were received and couldn't be handled by the downloader.

◆ ERROR_INSUFFICIENT_SPACE

ERROR_INSUFFICIENT_SPACE =(7)

The storage path points to a device lacking space.

◆ ERROR_LIVE_CONTENT_NOT_SUPPORTED

ERROR_LIVE_CONTENT_NOT_SUPPORTED =(8)

Live content downloading is not supported.

◆ ERROR_MISFORMATTED_MANIFEST

ERROR_MISFORMATTED_MANIFEST =(2)

The manifest is misformatted and doesn't comply to specification.

◆ ERROR_MISFORMATTED_URI

ERROR_MISFORMATTED_URI =(1)

The remote URI is misformatted and can't be used.

◆ ERROR_NO_STORAGE_ACCESS

ERROR_NO_STORAGE_ACCESS =(9)

Can NOT download as there is no access to storage.

◆ ERROR_UNKNOWN

ERROR_UNKNOWN =(0)

An unknown or unexpected error occured.

◆ ERROR_UNSUPPORTED_MANIFEST

ERROR_UNSUPPORTED_MANIFEST =(3)

Unsupported manifest version or features of a given protocol.

For instance the HLS protocol version or a given feature linked to a protocol version.