XML Handling - Error Handling (Magic xpi 4.5)
The Magic xpi Server Flow Manager checks for errors during the execution of a step. If there is an error in an XML Handling component step, the Error Handler is invoked and handles the error.
The first error in the step causes the termination of the step execution. If the step has multiple methods, and an error occurs in one of these methods, all subsequent methods are not executed.
The error codes for the XML Handling component are listed below. You can also use Magic xpi's General Component Errors with the XML Handling component. The codes are returned to the Magic xpi Server in the Invocation program’s Error Code parameter.
|
|
101
|
Invalid element path
|
102
|
Invalid attribute name
|
103
|
Attribute already defined for element
|
104
|
Reference element not found
|
105
|
Multiple roots not permitted
|
106
|
Invalid path - non valid index
|
107
|
Alias already used
|
108
|
Invalid alias, qualified name
|
109
|
XML parsing failed
|
110
|
Invalid XML
|
Error Handling in Magic xpi