com.esri.arcgis.system
Interface esriServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriServerMessageCodeEnum
extends Serializable

Codes for server messages generated by System assembly.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriSystemMessageCode_BinaryRequestReceived
          Binary Request received.
static int esriSystemMessageCode_BinaryResponseSent
          Binary Response sent.
static int esriSystemMessageCode_Debug
          Debug information
static int esriSystemMessageCode_ErrorImportFromMem
          Loading binary request from memory failed.
static int esriSystemMessageCode_ErrorLoadBinaryStream
          Loading binary request into a memory stream failed.
static int esriSystemMessageCode_ErrorLoadFromString
          Loading SOAP request from string failed.
static int esriSystemMessageCode_ErrorReadXml
          Reading XML of a SOAP request failed.
static int esriSystemMessageCode_ErrorSaveToString
          Saving SOAP response to a string failed.
static int esriSystemMessageCode_ErrorWriteBinaryResponse
          Writing binary response failed.
static int esriSystemMessageCode_ErrorWriteXml
          Writing XML of a SOAP response failed.
static int esriSystemMessageCode_RequestFailed
          Request processing failed.
static int esriSystemMessageCode_SetResponseStreamVersion
          Setting stream version of a binary response failed.
static int esriSystemMessageCode_StringRequestReceived
          String Request received.
static int esriSystemMessageCode_StringResponseSent
          String Response sent.
 

Field Detail

esriSystemMessageCode_Debug

static final int esriSystemMessageCode_Debug
Debug information

See Also:
Constant Field Values

esriSystemMessageCode_StringRequestReceived

static final int esriSystemMessageCode_StringRequestReceived
String Request received.

See Also:
Constant Field Values

esriSystemMessageCode_StringResponseSent

static final int esriSystemMessageCode_StringResponseSent
String Response sent.

See Also:
Constant Field Values

esriSystemMessageCode_BinaryRequestReceived

static final int esriSystemMessageCode_BinaryRequestReceived
Binary Request received.

See Also:
Constant Field Values

esriSystemMessageCode_BinaryResponseSent

static final int esriSystemMessageCode_BinaryResponseSent
Binary Response sent.

See Also:
Constant Field Values

esriSystemMessageCode_RequestFailed

static final int esriSystemMessageCode_RequestFailed
Request processing failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorLoadFromString

static final int esriSystemMessageCode_ErrorLoadFromString
Loading SOAP request from string failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorReadXml

static final int esriSystemMessageCode_ErrorReadXml
Reading XML of a SOAP request failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorWriteXml

static final int esriSystemMessageCode_ErrorWriteXml
Writing XML of a SOAP response failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorSaveToString

static final int esriSystemMessageCode_ErrorSaveToString
Saving SOAP response to a string failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorImportFromMem

static final int esriSystemMessageCode_ErrorImportFromMem
Loading binary request from memory failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorLoadBinaryStream

static final int esriSystemMessageCode_ErrorLoadBinaryStream
Loading binary request into a memory stream failed.

See Also:
Constant Field Values

esriSystemMessageCode_SetResponseStreamVersion

static final int esriSystemMessageCode_SetResponseStreamVersion
Setting stream version of a binary response failed.

See Also:
Constant Field Values

esriSystemMessageCode_ErrorWriteBinaryResponse

static final int esriSystemMessageCode_ErrorWriteBinaryResponse
Writing binary response failed.

See Also:
Constant Field Values