DOMError
interfacein packageorg.w3c.dom
public interface DOMError:
import org.w3c.dom
error as DOMError = null
Fields
| Modifier and Type |
Member |
Description |
| public static readonly |
SEVERITY_ERRORSEVERITY_ERROR as Int = 2 |
No summary. |
| public static readonly |
SEVERITY_FATAL_ERRORSEVERITY_FATAL_ERROR as Int = 3 |
No summary. |
| public static readonly |
SEVERITY_WARNINGSEVERITY_WARNING as Int = 1 |
Severity constants for DOM processing errors. |
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
location |
Location associated with the error, when known. |
| public readonly property |
message |
Human-readable error message. |
| public readonly property |
relatedData |
Related data object, when any. |
| public readonly property |
relatedException |
Related exception object, when any. |
| public readonly property |
severity |
Error severity. |
| public readonly property |
type |
Implementation-defined error type. |