interface DOMException
extends Error
Properties Jump to heading
readonly
Jump to headingname: string
readonly
Jump to headingmessage: string
deprecated
readonly
Jump to headingcode: number
readonly
Jump to headingINDEX_SIZE_ERR: 1
readonly
Jump to headingDOMSTRING_SIZE_ERR: 2
readonly
Jump to headingHIERARCHY_REQUEST_ERR: 3
readonly
Jump to headingWRONG_DOCUMENT_ERR: 4
readonly
Jump to headingINVALID_CHARACTER_ERR: 5
readonly
Jump to headingNO_DATA_ALLOWED_ERR: 6
readonly
Jump to headingNO_MODIFICATION_ALLOWED_ERR: 7
readonly
Jump to headingNOT_FOUND_ERR: 8
readonly
Jump to headingNOT_SUPPORTED_ERR: 9
readonly
Jump to headingINUSE_ATTRIBUTE_ERR: 10
readonly
Jump to headingINVALID_STATE_ERR: 11
readonly
Jump to headingSYNTAX_ERR: 12
readonly
Jump to headingINVALID_MODIFICATION_ERR: 13
readonly
Jump to headingNAMESPACE_ERR: 14
readonly
Jump to headingINVALID_ACCESS_ERR: 15
readonly
Jump to headingVALIDATION_ERR: 16
readonly
Jump to headingTYPE_MISMATCH_ERR: 17
readonly
Jump to headingSECURITY_ERR: 18
readonly
Jump to headingNETWORK_ERR: 19
readonly
Jump to headingABORT_ERR: 20
readonly
Jump to headingURL_MISMATCH_ERR: 21
readonly
Jump to headingQUOTA_EXCEEDED_ERR: 22
readonly
Jump to headingTIMEOUT_ERR: 23
readonly
Jump to headingINVALID_NODE_TYPE_ERR: 24
readonly
Jump to headingDATA_CLONE_ERR: 25