Dart SDK
dart:html
DomException
class
DomException
Constants
Properties
Methods
Constants
INDEX_SIZE
HIERARCHY_REQUEST
WRONG_DOCUMENT
INVALID_CHARACTER
NO_MODIFICATION_ALLOWED
NOT_FOUND
NOT_SUPPORTED
INVALID_STATE
SYNTAX
INVALID_MODIFICATION
NAMESPACE
INVALID_ACCESS
TYPE_MISMATCH
SECURITY
NETWORK
ABORT
URL_MISMATCH
QUOTA_EXCEEDED
TIMEOUT
INVALID_NODE_TYPE
DATA_CLONE
Properties
message
name
Methods
toString
(Not documented.)
Annotations
DomName('DOMException')
Unstable()
Constants
String
INDEX_SIZE
=
'IndexSizeError'
const
String
HIERARCHY_REQUEST
=
'HierarchyRequestError'
const
String
WRONG_DOCUMENT
=
'WrongDocumentError'
const
String
INVALID_CHARACTER
=
'InvalidCharacterError'
const
String
NO_MODIFICATION_ALLOWED
=
'NoModificationAllowedError'
const
String
NOT_FOUND
=
'NotFoundError'
const
String
NOT_SUPPORTED
=
'NotSupportedError'
const
String
INVALID_STATE
=
'InvalidStateError'
const
String
SYNTAX
=
'SyntaxError'
const
String
INVALID_MODIFICATION
=
'InvalidModificationError'
const
String
NAMESPACE
=
'NamespaceError'
const
String
INVALID_ACCESS
=
'InvalidAccessError'
const
String
TYPE_MISMATCH
=
'TypeMismatchError'
const
String
SECURITY
=
'SecurityError'
const
String
NETWORK
=
'NetworkError'
const
String
ABORT
=
'AbortError'
const
String
URL_MISMATCH
=
'URLMismatchError'
const
String
QUOTA_EXCEEDED
=
'QuotaExceededError'
const
String
TIMEOUT
=
'TimeoutError'
const
String
INVALID_NODE_TYPE
=
'InvalidNodeTypeError'
const
String
DATA_CLONE
=
'DataCloneError'
const
Properties
String
message
read-only
String
name
read-only
Methods
toString
(
) →
String
Returns a string representation of this object.