13 |
}, |
}, |
14 |
}, |
}, |
15 |
}, |
}, |
16 |
|
# DOMSTRING_SIZE_ERR == 2 |
17 |
HIERARCHY_REQUEST_ERR => { |
HIERARCHY_REQUEST_ERR => { |
18 |
-code => 3, |
-code => 3, |
19 |
-subtype => { |
-subtype => { |
47 |
}, |
}, |
48 |
}, |
}, |
49 |
}, |
}, |
50 |
|
# NO_DATA_ALLOWED_ERR == 6 |
51 |
NO_MODIFICATION_ALLOWED_ERR => { |
NO_MODIFICATION_ALLOWED_ERR => { |
52 |
-code => 7, |
-code => 7, |
53 |
-subtype => { |
-subtype => { |
65 |
NOT_CHILD_ERR => { |
NOT_CHILD_ERR => { |
66 |
-description => q(Not a child of this node), |
-description => q(Not a child of this node), |
67 |
}, |
}, |
68 |
|
UNRECOGNIZED_CONFIGURATION_PARAMETER_ERR => { |
69 |
|
-description => q(Unrecognized configuration parameter is specified), |
70 |
|
}, |
71 |
}, |
}, |
72 |
}, |
}, |
73 |
NOT_SUPPORTED_ERR => { |
NOT_SUPPORTED_ERR => { |
79 |
CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => { |
CLONE_NODE_TYPE_NOT_SUPPORTED_ERR => { |
80 |
-description => q(Can't clone specified type of node), |
-description => q(Can't clone specified type of node), |
81 |
}, |
}, |
82 |
|
CONFIGURATION_PARAMETER_VALUE_ERR => { ## TODO: Necessary? |
83 |
|
-description => q(Can't set the value to the configuration parameter), |
84 |
|
}, |
85 |
NON_HTML_OPERATION_ERR => { |
NON_HTML_OPERATION_ERR => { |
86 |
-description => q(Can't apply to HTML document), |
-description => q(Can't apply to HTML document), |
87 |
}, |
}, |
94 |
-code => 10, |
-code => 10, |
95 |
-description => q(Attribute is already in use), |
-description => q(Attribute is already in use), |
96 |
}, |
}, |
97 |
|
# INVALID_STATE_ERR == 11 |
98 |
|
# SYNTAX_ERR == 12 |
99 |
|
# INVALID_MODIFICATION_ERR == 13 |
100 |
NAMESPACE_ERR => { |
NAMESPACE_ERR => { |
101 |
-code => 14, |
-code => 14, |
102 |
-subtype => { |
-subtype => { |
123 |
}, |
}, |
124 |
}, |
}, |
125 |
}, |
}, |
126 |
|
# INVALID_ACCESS_ERR == 15 |
127 |
|
# VALIDATION_ERR == 16 |
128 |
|
TYPE_MISMATCH_ERR => { |
129 |
|
-code => 17, |
130 |
|
-subtype => { |
131 |
|
CONFIGURATION_PARAMETER_TYPE_ERR => { |
132 |
|
-description => q(The value type for this configuration parameter is incompatible with the specified value), |
133 |
|
}, |
134 |
|
}, |
135 |
|
}, |
136 |
}} # ___error_def |
}} # ___error_def |
137 |
|
|
138 |
package Message::IF::DOMException; |
package Message::IF::DOMException; |