error property
Returns an object describing an error condition.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
oError = object.error |
Property values
Type: DOMError
The error object.
Standards information
Remarks
The cause of the error depends on the operation that triggered the error; use the name to determine the underlying problem.
See also
Show:
