XML-X Errors in ErrorResponse
Errors to requests are returned in the
<ErrorResponse> tag
These errors are common throughout XML-X and
implementations have to accept them.
-
XE.txt :
The primary source file for errors.
-
XE.html :
The errors turned into HTML, browse this one.
-
XE.java :
The derivative source file for Java.
-
XE.php :
The derivative source file for PHP - rename to XE.php
-
XE.pm :
The derivative source file for Perl - NOT THERE YET.
-
./create_errors :
A shell script to create the derivative source files.
In order to change or add to errors, change the
file XE.txt and run the command
create_errors.