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