com.esri.arcgis.geoprocessing
Interface esriWPSServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriWPSServerMessageCodeEnum
extends Serializable

WPSServer message codes.

Product Availability

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


Field Summary
static int esriWPSServerMessageCode_ConflictDetected
          The server failed to process the transaction because it unexpectedly found a conflict.
static int esriWPSServerMessageCode_ConstructEnded
          The construction of the WPS ended.
static int esriWPSServerMessageCode_ConstructStart
          The construction of the WPS started.
static int esriWPSServerMessageCode_Debug
          A generic code for WPS debug messages.
static int esriWPSServerMessageCode_ErrorInvalid10AxisOrder
          Invalid AxisOrderWPS10 value in configuration.
static int esriWPSServerMessageCode_ErrorInvalid11AxisOrder
          Invalid AxisOrderWPS11 value in configuration.
static int esriWPSServerMessageCode_ErrorInvalidAppSchemaNamespace
          Invalid application schema namespace in the WPS configuration.
static int esriWPSServerMessageCode_ErrorInvalidAppSchemaPrefix
          Invalid application schema prefix in the WPS configuration.
static int esriWPSServerMessageCode_ErrorInvalidDefaultLockExpiration
          Invalid default lock expiration value in the WPS configuratioln
static int esriWPSServerMessageCode_ErrorInvalidUseSRSNameFormat
          Invalid DetermineAxisOrderFromSRSNameFormat value in configuration.
static int esriWPSServerMessageCode_ErrorPublishedWorkspaceIsntVersioned
          Transactions are enabled but the published workspace isn't versioned.
static int esriWPSServerMessageCode_FailedCreatingTransactionResponse
          The server succeeded processing the transaction, but failed to generate the transaction response.
static int esriWPSServerMessageCode_FailedToDeleteLock
          Failed to delete lock after processing a transaction.
static int esriWPSServerMessageCode_FailedToDeleteOutstandingTransactionVersions
          Failed to delete temporary versions created to process a transaction.
static int esriWPSServerMessageCode_FailedToGenerateTransactionResponse
          Failed to generate the transaction response for a transaction that succeeded.
static int esriWPSServerMessageCode_FailedToImportTransactionChanges
          The server failed to import the changes in the WPS transaction.
static int esriWPSServerMessageCode_FailedToReconcileAgainstSelf
          The server failed to process the transaction due to a failure reconciling the published version against itself.
static int esriWPSServerMessageCode_FailedToReleaseLocks
          Feature locks failed to be released (they will eventually timeout).
static int esriWPSServerMessageCode_FailedToStartEditing
          The server failed to process the transaction because it was unable to start editing or start an edit operation.
static int esriWPSServerMessageCode_FailedToStopEditing
          The server failed to process the transaction due to a failure when it stopped editing.
static int esriWPSServerMessageCode_GetRequest
          The http GET request about to be processed.
static int esriWPSServerMessageCode_NotLicensed
          WPS server is not licensed.
static int esriWPSServerMessageCode_PostRequest
          The http POST request about to be processed.
static int esriWPSServerMessageCode_ServerTooBusyToProcessTransaction
          The server failed to process the transaction because it is too busy processing other transactions.
static int esriWPSServerMessageCode_SkippedDataset
          A dataset will not be exposed by the WPS.
static int esriWPSServerMessageCode_TransactionFailedStoppingEditOperation
          The server failed to process the transaction because it was unable to stop the enclosing edit operation.
static int esriWPSServerMessageCode_WPSExceptionReport
          The WPS exception report.
 

Field Detail

esriWPSServerMessageCode_SkippedDataset

static final int esriWPSServerMessageCode_SkippedDataset
A dataset will not be exposed by the WPS.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToGenerateTransactionResponse

static final int esriWPSServerMessageCode_FailedToGenerateTransactionResponse
Failed to generate the transaction response for a transaction that succeeded.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToDeleteLock

static final int esriWPSServerMessageCode_FailedToDeleteLock
Failed to delete lock after processing a transaction.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToDeleteOutstandingTransactionVersions

static final int esriWPSServerMessageCode_FailedToDeleteOutstandingTransactionVersions
Failed to delete temporary versions created to process a transaction.

See Also:
Constant Field Values

esriWPSServerMessageCode_NotLicensed

static final int esriWPSServerMessageCode_NotLicensed
WPS server is not licensed.

See Also:
Constant Field Values

esriWPSServerMessageCode_GetRequest

static final int esriWPSServerMessageCode_GetRequest
The http GET request about to be processed.

See Also:
Constant Field Values

esriWPSServerMessageCode_PostRequest

static final int esriWPSServerMessageCode_PostRequest
The http POST request about to be processed.

See Also:
Constant Field Values

esriWPSServerMessageCode_WPSExceptionReport

static final int esriWPSServerMessageCode_WPSExceptionReport
The WPS exception report.

See Also:
Constant Field Values

esriWPSServerMessageCode_Debug

static final int esriWPSServerMessageCode_Debug
A generic code for WPS debug messages.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToReleaseLocks

static final int esriWPSServerMessageCode_FailedToReleaseLocks
Feature locks failed to be released (they will eventually timeout).

See Also:
Constant Field Values

esriWPSServerMessageCode_ConstructStart

static final int esriWPSServerMessageCode_ConstructStart
The construction of the WPS started.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalidAppSchemaNamespace

static final int esriWPSServerMessageCode_ErrorInvalidAppSchemaNamespace
Invalid application schema namespace in the WPS configuration.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalidAppSchemaPrefix

static final int esriWPSServerMessageCode_ErrorInvalidAppSchemaPrefix
Invalid application schema prefix in the WPS configuration.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalidDefaultLockExpiration

static final int esriWPSServerMessageCode_ErrorInvalidDefaultLockExpiration
Invalid default lock expiration value in the WPS configuratioln

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorPublishedWorkspaceIsntVersioned

static final int esriWPSServerMessageCode_ErrorPublishedWorkspaceIsntVersioned
Transactions are enabled but the published workspace isn't versioned.

See Also:
Constant Field Values

esriWPSServerMessageCode_ConstructEnded

static final int esriWPSServerMessageCode_ConstructEnded
The construction of the WPS ended.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalid10AxisOrder

static final int esriWPSServerMessageCode_ErrorInvalid10AxisOrder
Invalid AxisOrderWPS10 value in configuration.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalid11AxisOrder

static final int esriWPSServerMessageCode_ErrorInvalid11AxisOrder
Invalid AxisOrderWPS11 value in configuration.

See Also:
Constant Field Values

esriWPSServerMessageCode_ErrorInvalidUseSRSNameFormat

static final int esriWPSServerMessageCode_ErrorInvalidUseSRSNameFormat
Invalid DetermineAxisOrderFromSRSNameFormat value in configuration.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToReconcileAgainstSelf

static final int esriWPSServerMessageCode_FailedToReconcileAgainstSelf
The server failed to process the transaction due to a failure reconciling the published version against itself.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToStopEditing

static final int esriWPSServerMessageCode_FailedToStopEditing
The server failed to process the transaction due to a failure when it stopped editing.

See Also:
Constant Field Values

esriWPSServerMessageCode_ServerTooBusyToProcessTransaction

static final int esriWPSServerMessageCode_ServerTooBusyToProcessTransaction
The server failed to process the transaction because it is too busy processing other transactions.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToImportTransactionChanges

static final int esriWPSServerMessageCode_FailedToImportTransactionChanges
The server failed to import the changes in the WPS transaction.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedCreatingTransactionResponse

static final int esriWPSServerMessageCode_FailedCreatingTransactionResponse
The server succeeded processing the transaction, but failed to generate the transaction response.

See Also:
Constant Field Values

esriWPSServerMessageCode_TransactionFailedStoppingEditOperation

static final int esriWPSServerMessageCode_TransactionFailedStoppingEditOperation
The server failed to process the transaction because it was unable to stop the enclosing edit operation.

See Also:
Constant Field Values

esriWPSServerMessageCode_FailedToStartEditing

static final int esriWPSServerMessageCode_FailedToStartEditing
The server failed to process the transaction because it was unable to start editing or start an edit operation.

See Also:
Constant Field Values

esriWPSServerMessageCode_ConflictDetected

static final int esriWPSServerMessageCode_ConflictDetected
The server failed to process the transaction because it unexpectedly found a conflict.

See Also:
Constant Field Values