ERROR  Examples

Used in:  RESPONSE  
Servers:  Image   Query   Feature   Extract   Geocode   ArcMap  
Parent elements:  RESPONSE  

<ERROR Attribute Description Table

     machine ="string"
     processid ="integer"
     threadid ="integer"
>

     No Child Elements
</ERROR >


Description:


Restrictions:


Notes:


Attribute Descriptions for 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.
 

Examples for ERROR:

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>