RemoteCdmException

class RemoteCdmException(val status: Int, val serverMessage: String) : KtvineException

A remote CDM server rejected a request. status is the status field from its JSON body.

Constructors

Link copied to clipboard
constructor(status: Int, serverMessage: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
val status: Int