Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class DOMException
extends Error
import { DOMException } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
DOMException(message?: string, name?: string)

Properties

readonly
code: number

Static Properties

readonly
ABORT_ERR: number
readonly
DATA_CLONE_ERR: number
readonly
DOMSTRING_SIZE_ERR: number
readonly
HIERARCHY_REQUEST_ERR: number
readonly
INDEX_SIZE_ERR: number
readonly
INUSE_ATTRIBUTE_ERR: number
readonly
INVALID_ACCESS_ERR: number
readonly
INVALID_CHARACTER_ERR: number
readonly
INVALID_MODIFICATION_ERR: number
readonly
INVALID_NODE_TYPE_ERR: number
readonly
INVALID_STATE_ERR: number
readonly
NAMESPACE_ERR: number
readonly
NETWORK_ERR: number
readonly
NO_DATA_ALLOWED_ERR: number
readonly
NO_MODIFICATION_ALLOWED_ERR: number
readonly
NOT_FOUND_ERR: number
readonly
NOT_SUPPORTED_ERR: number
readonly
QUOTA_EXCEEDED_ERR: number
readonly
SECURITY_ERR: number
readonly
SYNTAX_ERR: number
readonly
TIMEOUT_ERR: number
readonly
TYPE_MISMATCH_ERR: number
readonly
URL_MISMATCH_ERR: number
readonly
VALIDATION_ERR: number
readonly
WRONG_DOCUMENT_ERR: number