DomException class

Annotations
  • @Unstable()
  • @Native("DOMException")

Properties

message String
final
name String
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Constants

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