OfflineErrorCode

enum OfflineErrorCode : Enum<OfflineErrorCode> , ErrorCode

3000 - 3999: Offline-related error codes

Entries

Link copied to clipboard

OfflineContentOptions could not be generated. This indicates that the device either is currently offline and the options have never been fetched before or that the online source itself can not be accessed.

Link copied to clipboard
DeadLock(3007)

A file lock could not be removed. This results in a situation that the SDK can not resolve automatically. The message of the according PlayerEvent.Error provides more information.

Link copied to clipboard

A lock on a file which needs to be accessed is present, therefore an operation could not be completed. Requested actions should be requested again. If the error is thrown permanently, a dead lock may be present. The message of the according PlayerEvent.Error provides more information.

Link copied to clipboard

It is not possible to access needed files. This can be caused by missing privileges or because the requested resource is already used by another process. The message of the according PlayerEvent.Error provides more information.

Link copied to clipboard

There is not enough disk space left to proceed with downloading content.

Link copied to clipboard

The download of a track failed. The message of the according PlayerEvent.Error provides more information.

Link copied to clipboard
General(3001)

A general offline related error code when a more specific error code could not be determined.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val value: Int

The raw code value associated with the deficiency.