Not documented.

Annotations
  • DomName('DOMException')
  • Unstable()

Constants

String ABORT = 'AbortError'
const
String DATA_CLONE = 'DataCloneError'
const
String HIERARCHY_REQUEST = 'HierarchyRequestError'
const
String INDEX_SIZE = 'IndexSizeError'
const
String INVALID_ACCESS = 'InvalidAccessError'
const
String INVALID_CHARACTER = 'InvalidCharacterError'
const
String INVALID_MODIFICATION = 'InvalidModificationError'
const
String INVALID_NODE_TYPE = 'InvalidNodeTypeError'
const
String INVALID_STATE = 'InvalidStateError'
const
String NAMESPACE = 'NamespaceError'
const
String NETWORK = 'NetworkError'
const
String NOT_FOUND = 'NotFoundError'
const
String NOT_SUPPORTED = 'NotSupportedError'
const
String NO_MODIFICATION_ALLOWED = 'NoModificationAllowedError'
const
String QUOTA_EXCEEDED = 'QuotaExceededError'
const
String SECURITY = 'SecurityError'
const
String SYNTAX = 'SyntaxError'
const
String TIMEOUT = 'TimeoutError'
const
String TYPE_MISMATCH = 'TypeMismatchError'
const
String URL_MISMATCH = 'URLMismatchError'
const
String WRONG_DOCUMENT = 'WrongDocumentError'
const

Properties

String message
read-only
String name
read-only

Methods

toString() → String
Returns a string representation of this object.