5 |
require Message::Util::Error; |
require Message::Util::Error; |
6 |
|
|
7 |
sub ___error_def () {+{ |
sub ___error_def () {+{ |
8 |
|
WRONG_DOCUMENT_ERR => { |
9 |
|
-code => 4, |
10 |
|
-description => q(Can't insert into different document), |
11 |
|
}, |
12 |
NO_MODIFICATION_ALLOWED_ERR => { |
NO_MODIFICATION_ALLOWED_ERR => { |
13 |
-code => 7, |
-code => 7, |
14 |
-subtype => { |
-subtype => { |
20 |
}, |
}, |
21 |
}, |
}, |
22 |
}, |
}, |
23 |
|
NOT_SUPPORTED_ERR => { |
24 |
|
-code => 9, |
25 |
|
-subtype => { |
26 |
|
NON_HTML_OPERATION_ERR => { |
27 |
|
-description => q(Can't apply to HTML document), |
28 |
|
}, |
29 |
|
UNKNOWN_XML_VERSION_ERR => { |
30 |
|
-description => q(Specified version of XML is not supported), |
31 |
|
}, |
32 |
|
}, |
33 |
|
}, |
34 |
|
INUSE_ATTRIBUTE_ERR => { |
35 |
|
-code => 10, |
36 |
|
-description => q(Attribute is already in use), |
37 |
|
}, |
38 |
}} # ___error_def |
}} # ___error_def |
39 |
|
|
40 |
package Message::IF::DOMException; |
package Message::IF::DOMException; |