code property
int
get
code
The read-only property MediaError.code
returns a numeric
value which represents the kind of error that occurred on a media element.
To get a text
string with specific diagnostic information, see MediaError.message.
Implementation
external int get code;