This version of the documentation is outdated!
Click here for the latest released version.
MediaError
A MediaError object is returned to the [mediaError](../Parameters/mediaError.html) callback function when an error occurs.
Properties
- code: One of the predefined error codes listed below.
- message: Error message describing the details of the error.
Constants
MediaError.MEDIA_ERR_ABORTEDMediaError.MEDIA_ERR_NETWORKMediaError.MEDIA_ERR_DECODEMediaError.MEDIA_ERR_NONE_SUPPORTED
Description
The MediaError object is returned to the user through the [mediaError](../Parameters/mediaError.html) callback function when an error occurs.