Introduced in: | DOM 1 Core |
DOM operations only raise exceptions in "exceptional" circumstances. For example,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
In general, DOM methods return specific error values in ordinary processing
situations, such as out-of-bound errors when using NodeList.
code:Number
Introduced in: | DOM 1 Core |
An integer indicating the type of error generated.
Implementation public function get code():Number
public function set code(value:Number):void
See also
Mon Aug 17 2009, 10:08 AM -04:00