DrmSession.DrmSessionException


class DrmSession.DrmSessionException : IOException


Wraps the throwable which is the cause of the error state.

Summary

Public constructors

DrmSessionException(
    cause: Throwable!,
    @PlaybackException.ErrorCode errorCode: Int
)

Public properties

Int

The PlaybackException.ErrorCode that corresponds to the failure.

Public constructors

DrmSessionException

DrmSessionException(
    cause: Throwable!,
    @PlaybackException.ErrorCode errorCode: Int
)

Public properties

errorCode

@PlaybackException.ErrorCode
val errorCodeInt

The PlaybackException.ErrorCode that corresponds to the failure.