Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DownloadMediaError

Index

Enumeration members

DOWNLOAD_MEDIA_ERR_CONCURRENCY_LIMIT_EXCEEDED

DOWNLOAD_MEDIA_ERR_CONCURRENCY_LIMIT_EXCEEDED: = 5

5: The number of concurrent download tasks exceeds 9.

DOWNLOAD_MEDIA_ERR_FAILURE

DOWNLOAD_MEDIA_ERR_FAILURE: = 1

1: Common failure. Failed to download a file or image.

DOWNLOAD_MEDIA_ERR_INTERRUPTED

DOWNLOAD_MEDIA_ERR_INTERRUPTED: = 6

6: The download task is cancelled.

DOWNLOAD_MEDIA_ERR_INVALID_ARGUMENT

DOWNLOAD_MEDIA_ERR_INVALID_ARGUMENT: = 2

2: Invalid arguments.

DOWNLOAD_MEDIA_ERR_NOT_EXIST

DOWNLOAD_MEDIA_ERR_NOT_EXIST: = 4

4: The file or image to download does not exist.

DOWNLOAD_MEDIA_ERR_NOT_LOGGED_IN

DOWNLOAD_MEDIA_ERR_NOT_LOGGED_IN: = 102

102: The user did not call RtmClient.login, or the RtmClient.login method call does not succeed before this operation.

DOWNLOAD_MEDIA_ERR_TIMEOUT

DOWNLOAD_MEDIA_ERR_TIMEOUT: = 3

3: Failed to download because of timeout.