 Loading...
Class DOMError
DOMError is an interface that describes an error.
Members Table
The following table lists the members exposed by the DOMError object.
|
Show:
|
Property |
Type |
Readonly |
Description |
location |
DOMLocator
|
false |
The location of the error. |
message |
String |
false |
An implementation specific string describing the error that occurred. |
relatedData |
Object |
false |
The related DOMError.type dependent data if any. |
relatedException |
Object |
false |
The related platform dependent exception if any. |
severity |
Number |
false |
The severity of the error. |
type |
String |
false |
A DOMString indicating which related data is expected in relatedData. |
Method |
Returns |
Description |
Event |
B |
C |
Interface |
Description |
Constant |
Value |
Description |
SEVERITY_WARNING |
1 |
A SEVERITY_WARNING will not cause the processing to stop. |
SEVERITY_ERROR |
2 |
A SEVERITY_FATAL_ERROR will cause the normal processing to stop. |
SEVERITY_FATAL_ERROR |
3 |
A SEVERITY_ERROR may not cause the processing to stop if the error can be recovered. |
|
|