The properties of Org.W3c.Dom.IDOMError are listed below. For a list of all members, see the IDOMError Members list.
| [read-only] | Location | IDOMLocator. The location of the error. |
| [read-only] | Message | string. An implementation specific string describing the error that occurred. |
| [read-only] | RelatedData | Java.Lang.Object. The related DOMError.type dependent data if any. |
| [read-only] | RelatedException | Java.Lang.Object. The related platform dependent exception if any. |
| [read-only] | Severity | short. The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR. |
| [read-only] | Type | string. A DOMString indicating which related data is expected in relatedData. |