ERROR

Used in

RESPONSE  

Servers

Image  Query  Feature  Extract  Geocode  ArcMap  

Parent elements

RESPONSE 

Syntax

<ERRORAttribute Description Table
     machine="string"
     processid="integer"
     threadid="integer"
>

     No Child Elements
</ERROR >

Description

Contains an error message from the ArcIMS Spatial Server.

Notes


Attribute Descriptions for ERROR

AttributeUsage
machineMachine name where the ArcIMS Spatial Server processing the request resides.
processidUnique identifier for the ArcIMS Spatial Server that processed the request.
threadidArcIMS Spatial Server instance (thread) processing the request.
Back to top 

Examples for ERROR

<?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>

Back to top