|
const | INDEX_SIZE_ERR = 1 |
|
const | DOMSTRING_SIZE_ERR = 2 |
|
const | HIERARCHY_REQUEST_ERR = 3 |
|
const | WRONG_DOCUMENT_ERR = 4 |
|
const | INVALID_CHARACTER_ERR = 5 |
|
const | NO_DATA_ALLOWED_ERR = 6 |
|
const | NO_MODIFICATION_ALLOWED_ERR = 7 |
|
const | NOT_FOUND_ERR = 8 |
|
const | NOT_SUPPORTED_ERR = 9 |
|
const | INUSE_ATTRIBUTE_ERR = 10 |
|
const | INVALID_STATE_ERR = 11 |
|
const | SYNTAX_ERR = 12 |
|
const | INVALID_MODIFICATION_ERR = 13 |
|
const | NAMESPACE_ERR = 14 |
|
const | INVALID_ACCESS_ERR = 15 |
|
const | VALIDATION_ERR = 16 |
|
const | TYPE_MISMATCH_ERR = 17 |
|
const | SECURITY_ERR = 18 |
|
const | NETWORK_ERR = 19 |
|
const | ABORT_ERR = 20 |
|
const | URL_MISMATCH_ERR = 21 |
|
const | QUOTA_EXCEEDED_ERR = 22 |
|
const | TIMEOUT_ERR = 23 |
|
const | INVALID_NODE_TYPE_ERR = 24 |
|
const | DATA_CLONE_ERR = 25 |
|
◆ getCode()
int Wikimedia\IDLeDOM\DOMException::getCode |
( |
| ) |
|
◆ getMessage()
string Wikimedia\IDLeDOM\DOMException::getMessage |
( |
| ) |
|
◆ getName()
string Wikimedia\IDLeDOM\DOMException::getName |
( |
| ) |
|
The documentation for this interface was generated from the following file: