com.esri.arcgis.geodatabasedistributed
Interface esriWFSServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriWFSServerMessageCodeEnum
extends Serializable

WFSServer return message codes.

Product Availability

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


Field Summary
static int esriWFSServerMessageCode_ConflictDetected
          The server failed to process the transaction because it unexpectedly found a conflict.
static int esriWFSServerMessageCode_ConstructEnded
          The construction of the WFS ended.
static int esriWFSServerMessageCode_ConstructStart
          The construction of the WFS started.
static int esriWFSServerMessageCode_Debug
          A generic code for WFS debug messages.
static int esriWFSServerMessageCode_ErrorInvalid10AxisOrder
          Invalid AxisOrderWFS10 value in configuration.
static int esriWFSServerMessageCode_ErrorInvalid11AxisOrder
          Invalid AxisOrderWFS11 value in configuration.
static int esriWFSServerMessageCode_ErrorInvalidAppSchemaNamespace
          Invalid application schema namespace in the WFS configuration.
static int esriWFSServerMessageCode_ErrorInvalidAppSchemaPrefix
          Invalid application schema prefix in the WFS configuration.
static int esriWFSServerMessageCode_ErrorInvalidDefaultLockExpiration
          Invalid default lock expiration value in the WFS configuratioln
static int esriWFSServerMessageCode_ErrorInvalidUseSRSNameFormat
          Invalid DetermineAxisOrderFromSRSNameFormat value in configuration.
static int esriWFSServerMessageCode_ErrorPublishedWorkspaceIsntVersioned
          Transactions are enabled but the published workspace isn't versioned.
static int esriWFSServerMessageCode_FailedCreatingTransactionResponse
          The server succeeded processing the transaction, but failed to generate the transaction response.
static int esriWFSServerMessageCode_FailedToDeleteLock
          Failed to delete lock after processing a transaction.
static int esriWFSServerMessageCode_FailedToDeleteOutstandingTransactionVersions
          Failed to delete temporary versions created to process a transaction.
static int esriWFSServerMessageCode_FailedToGenerateTransactionResponse
          Failed to generate the transaction response for a transaction that succeeded.
static int esriWFSServerMessageCode_FailedToImportTransactionChanges
          The server failed to import the changes in the WFS transaction.
static int esriWFSServerMessageCode_FailedToReconcileAgainstSelf
          The server failed to process the transaction due to a failure reconciling the published version against itself.
static int esriWFSServerMessageCode_FailedToReleaseLocks
          Feature locks failed to be released (they will eventually timeout).
static int esriWFSServerMessageCode_FailedToStartEditing
          The server failed to process the transaction because it was unable to start editing or start an edit operation.
static int esriWFSServerMessageCode_FailedToStopEditing
          The server failed to process the transaction due to a failure when it stopped editing.
static int esriWFSServerMessageCode_GetRequest
          The http GET request about to be processed.
static int esriWFSServerMessageCode_NotLicensed
          WFS server is not licensed.
static int esriWFSServerMessageCode_PostRequest
          The http POST request about to be processed.
static int esriWFSServerMessageCode_ServerTooBusyToProcessTransaction
          The server failed to process the transaction because it is too busy processing other transactions.
static int esriWFSServerMessageCode_SkippedDataset
          A dataset will not be exposed by the WFS.
static int esriWFSServerMessageCode_TransactionFailedStoppingEditOperation
          The server failed to process the transaction because it was unable to stop the enclosing edit operation.
static int esriWFSServerMessageCode_WFSExceptionReport
          The WFS exception report.
 

Field Detail

esriWFSServerMessageCode_SkippedDataset

static final int esriWFSServerMessageCode_SkippedDataset
A dataset will not be exposed by the WFS.

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToGenerateTransactionResponse

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

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToDeleteLock

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

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToDeleteOutstandingTransactionVersions

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

See Also:
Constant Field Values

esriWFSServerMessageCode_NotLicensed

static final int esriWFSServerMessageCode_NotLicensed
WFS server is not licensed.

See Also:
Constant Field Values

esriWFSServerMessageCode_GetRequest

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

See Also:
Constant Field Values

esriWFSServerMessageCode_PostRequest

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

See Also:
Constant Field Values

esriWFSServerMessageCode_WFSExceptionReport

static final int esriWFSServerMessageCode_WFSExceptionReport
The WFS exception report.

See Also:
Constant Field Values

esriWFSServerMessageCode_Debug

static final int esriWFSServerMessageCode_Debug
A generic code for WFS debug messages.

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToReleaseLocks

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

See Also:
Constant Field Values

esriWFSServerMessageCode_ConstructStart

static final int esriWFSServerMessageCode_ConstructStart
The construction of the WFS started.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalidAppSchemaNamespace

static final int esriWFSServerMessageCode_ErrorInvalidAppSchemaNamespace
Invalid application schema namespace in the WFS configuration.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalidAppSchemaPrefix

static final int esriWFSServerMessageCode_ErrorInvalidAppSchemaPrefix
Invalid application schema prefix in the WFS configuration.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalidDefaultLockExpiration

static final int esriWFSServerMessageCode_ErrorInvalidDefaultLockExpiration
Invalid default lock expiration value in the WFS configuratioln

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorPublishedWorkspaceIsntVersioned

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

See Also:
Constant Field Values

esriWFSServerMessageCode_ConstructEnded

static final int esriWFSServerMessageCode_ConstructEnded
The construction of the WFS ended.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalid10AxisOrder

static final int esriWFSServerMessageCode_ErrorInvalid10AxisOrder
Invalid AxisOrderWFS10 value in configuration.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalid11AxisOrder

static final int esriWFSServerMessageCode_ErrorInvalid11AxisOrder
Invalid AxisOrderWFS11 value in configuration.

See Also:
Constant Field Values

esriWFSServerMessageCode_ErrorInvalidUseSRSNameFormat

static final int esriWFSServerMessageCode_ErrorInvalidUseSRSNameFormat
Invalid DetermineAxisOrderFromSRSNameFormat value in configuration.

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToReconcileAgainstSelf

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

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToStopEditing

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

See Also:
Constant Field Values

esriWFSServerMessageCode_ServerTooBusyToProcessTransaction

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

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToImportTransactionChanges

static final int esriWFSServerMessageCode_FailedToImportTransactionChanges
The server failed to import the changes in the WFS transaction.

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedCreatingTransactionResponse

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

See Also:
Constant Field Values

esriWFSServerMessageCode_TransactionFailedStoppingEditOperation

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

See Also:
Constant Field Values

esriWFSServerMessageCode_FailedToStartEditing

static final int esriWFSServerMessageCode_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

esriWFSServerMessageCode_ConflictDetected

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

See Also:
Constant Field Values