Player Module
/
com.bitmovin.player.api.event
/
SourceEvent
/
Error
Error
data class
Error
(code:
SourceErrorCode
, message:
String
, data:
Any
?) :
SourceEvent
,
ErrorEvent
Content copied to clipboard
Emitted when a source error occurred.
Constructors
Properties
Inherited properties
Constructors
Error
Link copied to clipboard
fun
Error
(code:
SourceErrorCode
, message:
String
, data:
Any
? = null)
Content copied to clipboard
Properties
code
Link copied to clipboard
open override val
code
:
SourceErrorCode
Content copied to clipboard
The error code used to identify the source 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 source error.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.