| ERROR | Examples |
| <ERROR | Attribute
Description Table |
| machine ="string"
processid ="integer" threadid ="integer" > No Child Elements </ERROR > | |
| Attribute | Usage | Back to Top |
|---|---|---|
| machine | Machine name where the ArcIMS Spatial Server processing the request resides. | |
| processid | Unique identifier for the ArcIMS Spatial Server that processed the request. | |
| threadid | ArcIMS Spatial Server instance (thread) processing the request. | |
| Example 1: | Back to Top |
| <?xml version="1.0"
encoding="UTF8"?> <ARCXML version="1.1"> <RESPONSE> <ERROR machine="REYKJAVIK" processid="440" threadid="398"> AXLParser ERROR: 'minx' not found in ENVELOPE </ERROR> </RESPONSE> </ARCXML> | |