error property

Returns an object representing the current error state of the audio or video element.

 

Syntax

object.get_error(HTMLMediaError** error);

Property values

Type: Object

Object representing current error state of the media element.

Standards information

Remarks

error returns NULL if no error has occurred.

See also

How to use HTML5 to play video files on your webpage

How to use HTML5 to Add an Audio Player to your Webpage