ktvine
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktvine
remote
/
org.samfun.ktvine.remote
/
RemoteCdmException
Remote
Cdm
Exception
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.
Members
Constructors
Remote
Cdm
Exception
Link copied to clipboard
constructor
(
status
:
Int
,
serverMessage
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
server
Message
Link copied to clipboard
val
serverMessage
:
String
status
Link copied to clipboard
val
status
:
Int