Media Error Event
class MediaErrorEvent @JvmOverloads constructor(var errorCode: String? = null, var errorName: String? = null, var errorDescription: String? = null) : AbstractSelfDescribing
Media player event tracked when the resource could not be loaded due to an error.
Parameters
error Code
Error-identifying code for the playback issue. E.g. E522.
error Name
Name for the type of error that occurred in the playback. E.g. forbidden.
error Description
Longer description for the error that occurred in the playback.