KHTML
dom_exception.h
Go to the documentation of this file.
73 INDEX_SIZE_ERR = 1,
74 DOMSTRING_SIZE_ERR = 2,
75 HIERARCHY_REQUEST_ERR = 3,
76 WRONG_DOCUMENT_ERR = 4,
77 INVALID_CHARACTER_ERR = 5,
78 NO_DATA_ALLOWED_ERR = 6,
79 NO_MODIFICATION_ALLOWED_ERR = 7,
80 NOT_FOUND_ERR = 8,
81 NOT_SUPPORTED_ERR = 9,
82 INUSE_ATTRIBUTE_ERR = 10,
83 INVALID_STATE_ERR = 11,
84 SYNTAX_ERR = 12,
85 INVALID_MODIFICATION_ERR = 13,
86 NAMESPACE_ERR = 14,
87 INVALID_ACCESS_ERR = 15,
88 VALIDATION_ERR = 16,
89 TYPE_MISMATCH_ERR = 17,
90 SECURITY_ERR = 18,
91 NETWORK_ERR = 19,
92 ABORT_ERR = 20,
93 URL_MISMATCH_ERR = 21,
94 QUOTA_EXCEEDED_ERR = 22,
95 TIMEOUT_ERR = 23,
96 NOT_READABLE_ERR = 24,
97 DATA_CLONE_ERR = 25,
98 ENCODING_ERR = 26
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
DOMException(const DOMException &other)
Definition: dom_exception.h:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.