com.esri.arcgis.trackinganalyst
Interface tascGSDCoreError

All Superinterfaces:
Serializable

public interface tascGSDCoreError
extends Serializable

esriTrackingCore Error Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Field Summary
static int E_DATASETDEF_IDISREADONLY
          This Datadefinition is controlled and the ID is not writeable
static int E_DATASETDEF_INVALIDCOLUMNINDEX
          Column Index out of range.
static int E_DATASETDEF_INVALIDGEOMETRYFORMAT
          Invalid Geometry Format
static int E_MESSAGE_BYREF_NOT_SUPPORTED_FOR_ARRAYS
          Byref is not supported on Variant arrays.
static int E_MESSAGE_INVALID_TYPE
          Invalid Message Type
static int E_MESSAGE_INVALIDARGUMENTINDEX
          Argument Index out of range
static int E_MESSAGE_INVALIDVARIANTARGUMENT
          Argument Index out of range
static int E_MESSAGE_UNABLE_TO_GET_VARTYPE_FOR_ARRAY
          Unable to retrieve Variable type for array
static int E_MESSAGE_UNSUPPORTED_ARRAY_TYPE
          Unsupported Variant Array Type
static int E_MESSAGE_UNSUPPORTED_VARIANT_TYPE
          Unsupported Variant Type
static int E_SERVERCONNECTION_FORMATCMDFAIL
          Unable to connect and load Service Definitions from the Tracking Server
static int E_SERVERCONNECTION_FORMATINVALIDTOPICFACTORY
          Unable to create JMS Topic Factory
static int E_SERVERCONNECTION_FORMATINVALIDTOPICNAME
          Invalid JMS Topic Name returned
static int E_SERVERCONNECTION_FORMATLOADCONNECTFAIL
          Unable to connect and load Service Definitions from the Tracking Server
static int E_SERVERCONNECTION_FORMATLOADFAIL
          Unable to load Service Definitions from the Tracking Server
static int E_SERVERCONNECTION_FORMATPARSEFAIL
          Unable to parse Service Definitions from the Tracking Server
static int E_SERVERCONNECTION_FORMATUNABLETOCONNECTTOJMS
          Unable to connect to JMS Topic
static int E_SERVERCONNECTION_NOTCONNECTED
          There is not a connection to the Tracking Server
static int E_SERVERCONNECTION_UNABLETOLOGIN
          Unable to login to the Tracking Gateway
static int E_SERVERCONNECTION_WAITFAILED
          There is not a connection to the Tracking Server
 

Field Detail

E_DATASETDEF_INVALIDCOLUMNINDEX

static final int E_DATASETDEF_INVALIDCOLUMNINDEX
Column Index out of range.

See Also:
Constant Field Values

E_DATASETDEF_INVALIDGEOMETRYFORMAT

static final int E_DATASETDEF_INVALIDGEOMETRYFORMAT
Invalid Geometry Format

See Also:
Constant Field Values

E_DATASETDEF_IDISREADONLY

static final int E_DATASETDEF_IDISREADONLY
This Datadefinition is controlled and the ID is not writeable

See Also:
Constant Field Values

E_SERVERCONNECTION_NOTCONNECTED

static final int E_SERVERCONNECTION_NOTCONNECTED
There is not a connection to the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_WAITFAILED

static final int E_SERVERCONNECTION_WAITFAILED
There is not a connection to the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATLOADFAIL

static final int E_SERVERCONNECTION_FORMATLOADFAIL
Unable to load Service Definitions from the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATLOADCONNECTFAIL

static final int E_SERVERCONNECTION_FORMATLOADCONNECTFAIL
Unable to connect and load Service Definitions from the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATCMDFAIL

static final int E_SERVERCONNECTION_FORMATCMDFAIL
Unable to connect and load Service Definitions from the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATPARSEFAIL

static final int E_SERVERCONNECTION_FORMATPARSEFAIL
Unable to parse Service Definitions from the Tracking Server

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATINVALIDTOPICNAME

static final int E_SERVERCONNECTION_FORMATINVALIDTOPICNAME
Invalid JMS Topic Name returned

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATINVALIDTOPICFACTORY

static final int E_SERVERCONNECTION_FORMATINVALIDTOPICFACTORY
Unable to create JMS Topic Factory

See Also:
Constant Field Values

E_SERVERCONNECTION_FORMATUNABLETOCONNECTTOJMS

static final int E_SERVERCONNECTION_FORMATUNABLETOCONNECTTOJMS
Unable to connect to JMS Topic

See Also:
Constant Field Values

E_SERVERCONNECTION_UNABLETOLOGIN

static final int E_SERVERCONNECTION_UNABLETOLOGIN
Unable to login to the Tracking Gateway

See Also:
Constant Field Values

E_MESSAGE_UNSUPPORTED_VARIANT_TYPE

static final int E_MESSAGE_UNSUPPORTED_VARIANT_TYPE
Unsupported Variant Type

See Also:
Constant Field Values

E_MESSAGE_BYREF_NOT_SUPPORTED_FOR_ARRAYS

static final int E_MESSAGE_BYREF_NOT_SUPPORTED_FOR_ARRAYS
Byref is not supported on Variant arrays.

See Also:
Constant Field Values

E_MESSAGE_UNABLE_TO_GET_VARTYPE_FOR_ARRAY

static final int E_MESSAGE_UNABLE_TO_GET_VARTYPE_FOR_ARRAY
Unable to retrieve Variable type for array

See Also:
Constant Field Values

E_MESSAGE_UNSUPPORTED_ARRAY_TYPE

static final int E_MESSAGE_UNSUPPORTED_ARRAY_TYPE
Unsupported Variant Array Type

See Also:
Constant Field Values

E_MESSAGE_INVALIDARGUMENTINDEX

static final int E_MESSAGE_INVALIDARGUMENTINDEX
Argument Index out of range

See Also:
Constant Field Values

E_MESSAGE_INVALIDVARIANTARGUMENT

static final int E_MESSAGE_INVALIDVARIANTARGUMENT
Argument Index out of range

See Also:
Constant Field Values

E_MESSAGE_INVALID_TYPE

static final int E_MESSAGE_INVALID_TYPE
Invalid Message Type

See Also:
Constant Field Values