com.esri.arcgis.system
Interface esriSystemMessageCodeEnum

All Superinterfaces:
java.io.Serializable

public interface esriSystemMessageCodeEnum
extends java.io.Serializable

Constants from esriSystemMessageCodeEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Codes for the custom arcobjects level logging within system.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriSystemMessageCode_AuthFailed
          auth failed.
static int esriSystemMessageCode_CertFailed
          cert failed.
static int esriSystemMessageCode_HTTPConnectionFailed
          HTTP connection failed.
static int esriSystemMessageCode_XMLTypeMappingFailed
          XMLTypeMapping failed.
 

Field Detail

esriSystemMessageCode_XMLTypeMappingFailed

static final int esriSystemMessageCode_XMLTypeMappingFailed
XMLTypeMapping failed.

See Also:
Constant Field Values

esriSystemMessageCode_HTTPConnectionFailed

static final int esriSystemMessageCode_HTTPConnectionFailed
HTTP connection failed.

See Also:
Constant Field Values

esriSystemMessageCode_CertFailed

static final int esriSystemMessageCode_CertFailed
cert failed.

See Also:
Constant Field Values

esriSystemMessageCode_AuthFailed

static final int esriSystemMessageCode_AuthFailed
auth failed.

See Also:
Constant Field Values