Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
Error
Error
data class
Error
(code:
PlayerErrorCode
, message:
String
, data:
Any
?) :
PlayerEvent
,
ErrorEvent
Content copied to clipboard
Emitted when a player error occurred.
Constructors
Properties
Inherited properties
Constructors
Error
Link copied to clipboard
fun
Error
(code:
PlayerErrorCode
, message:
String
, data:
Any
? = null)
Content copied to clipboard
Properties
code
Link copied to clipboard
open override val
code
:
PlayerErrorCode
Content copied to clipboard
The error code used to identify the player error.
data
Link copied to clipboard
open override val
data
:
Any
? = null
Content copied to clipboard
Potential additional data.
message
Link copied to clipboard
open override val
message
:
String
Content copied to clipboard
The error message to explain the reason for the player error.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.