chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.media.events
/
MediaEvent
/
PlayerErrorsRaised
Player
Errors
Raised
@
Serializable
data
class
PlayerErrorsRaised
(
val
playerId
:
PlayerId
,
val
errors
:
List
<
PlayerError
>
)
:
MediaEvent
(
source
)
Send a list of any errors that need to be delivered.
Official doc
Members
Constructors
Player
Errors
Raised
Link copied to clipboard
constructor
(
playerId
:
PlayerId
,
errors
:
List
<
PlayerError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
PlayerError
>
player
Id
Link copied to clipboard
val
playerId
:
PlayerId