A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Exception Codes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→DOMException) |
||
Line 31: | Line 31: | ||
: 23 TIMEOUT-ERR | : 23 TIMEOUT-ERR | ||
;[http://dev.w3.org/2006/webapi/FileAPI/#dfn-NOT_READABLE_ERR File API] | ;[http://dev.w3.org/2006/webapi/FileAPI/#dfn-NOT_READABLE_ERR File API] | ||
: 24 NOT_READABLE_ERR | |||
;[http://whatwg.org/html5 HTML5] | ;[http://whatwg.org/html5 HTML5] | ||
: 25 DATA_CLONE_ERR | : 25 DATA_CLONE_ERR | ||
;[http://dev.w3.org/2006/webapi/FileAPI/#dfn-ENCODING_ERR File API] | ;[http://dev.w3.org/2006/webapi/FileAPI/#dfn-ENCODING_ERR File API] | ||
: 26 ENCODING_ERR | |||
<!--v2DATAGRID: 27 DATAGRID_MODEL_ERR--> | <!--v2DATAGRID: 27 DATAGRID_MODEL_ERR--> | ||
;[http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException DOM3LS] (should be obsolete; do not implement) | ;[http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSException DOM3LS] (should be obsolete; do not implement) |
Revision as of 04:37, 7 September 2010
DOMException
The exceptions in this category are all bound to the DOMException or LSException interfaces.
- DOM3CORE
- 1 INDEX_SIZE_ERR
- 2 DOMSTRING_SIZE_ERR
- 3 HIERARCHY_REQUEST_ERR
- 4 WRONG_DOCUMENT_ERR
- 5 INVALID_CHARACTER_ERR
- 6 NO_DATA_ALLOWED_ERR
- 7 NO_MODIFICATION_ALLOWED_ERR
- 8 NOT_FOUND_ERR
- 9 NOT_SUPPORTED_ERR
- 10 INUSE_ATTRIBUTE_ERR
- 11 INVALID_STATE_ERR
- 12 SYNTAX_ERR
- 13 INVALID_MODIFICATION_ERR
- 14 NAMESPACE_ERR
- 15 INVALID_ACCESS_ERR
- 16 VALIDATION_ERR
- 17 TYPE_MISMATCH_ERR
- XHR
- 18 SECURITY_ERR (http://lists.w3.org/Archives/Public/public-webapi/2006May/0027.html)
- 19 NETWORK_ERR
- 20 ABORT_ERR
- HTML5
- 21 URL_MISMATCH_ERR (used in Web Workers)
- 22 QUOTA_EXCEEDED_ERR
- XHR2
- 23 TIMEOUT-ERR
- File API
- 24 NOT_READABLE_ERR
- HTML5
- 25 DATA_CLONE_ERR
- File API
- 26 ENCODING_ERR
- DOM3LS (should be obsolete; do not implement)
- 81 PARSE_ERR
- 82 SERIALISE_ERR
EventException
DOM3 Events defines exceptions 0 and 1: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventException