kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Media
/
PlayerErrorsRaisedParameter
Player
Errors
Raised
Parameter
@
Serializable
data
class
PlayerErrorsRaisedParameter
(
val
playerId
:
String
,
val
errors
:
List
<
Media.PlayerError
>
)
Send a list of any errors that need to be delivered.
Members
Constructors
Player
Errors
Raised
Parameter
Link copied to clipboard
constructor
(
playerId
:
String
,
errors
:
List
<
Media.PlayerError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
Media.PlayerError
>
player
Id
Link copied to clipboard
val
playerId
:
String