public interface OSEExceptionConstants
Modifier and Type | Field and Description |
---|---|
static int |
CONFIG_LOAD_ERROR
Failed to load sync meta information
|
static int |
CONFIG_SAVE_ERROR
Failed to save sync meta information
|
static int |
CONNECTION_TO_SRV_FAILED
Failed to connect to mobile server
This error code is for pure java clients only.
|
static int |
DATABASE_NOT_FOUND
Could not find given database
|
static int |
EMPTY_PASSWORD
Blank password is not allowed
|
static int |
EMPTY_USER
User name cannot be blank
|
static int |
ENCRYPTION_ID_MISMATCH
Sent encryption id does not match received encryption id
|
static int |
ERR_CREDENTIALS
Failed to get credentials from the server.
|
static int |
ERROR_RESUME_RECEIVE
Resume transport failure in receiving data
|
static int |
ERROR_RESUME_SEND
Resume transport failure in sending data
|
static int |
HTTP_RESPONSE
Received unsuccessful http response
|
static int |
HTTP_TRANSPORT_ERROR
Http transport error has occurred
|
static int |
INTERNAL_ERROR
Internal error has occurred, see cause
|
static int |
INVALID_BUFFER
Internal error: invalid buffer specified
This error code is for native clients only.
|
static int |
INVALID_DML_TYPE
Invalid DML type of a record received from plugin
|
static int |
INVALID_ENCR_VER
Invalid encryption transport version specified
|
static int |
INVALID_ENCRYPTION_TYPE
Invalid encryption type specified
|
static int |
INVALID_HANDLE
Internal error: invalid handle specified
This error code is for native clients only.
|
static int |
INVALID_HTTP_URL
Invalid Http URL specified
|
static int |
INVALID_INT_OPT
Internal error: invalid numeric option specified
This error code is for native clients only.
|
static int |
INVALID_OPCODE
Invalid opcode received from mobile server
|
static int |
INVALID_PLUGIN_FLAGS
Plugin has some invalid flags set
This error code is for native clients only.
|
static int |
INVALID_PRIORITY
Invalid priority specified
|
static int |
INVALID_SESS
Session is invalid or closed
|
static int |
INVALID_STR_OPT
Internal error: ivalid string option specified
This error code is for native clients only.
|
static int |
INVALID_STRING_LENGTH
Invalid string length received in given opcode
|
static int |
INVALID_SYNC_DIRECTION
Invalid sync direction specified
|
static int |
INVALID_TRANSPORT_TYPE
Invalid transport type specified
|
static int |
MISSING_DEFAULT_DATABASE
Missing default database needed to create a given snapshot
|
static int |
MISSING_PLUGIN_API
Plugin API is missing in the plugin library
This error code is for native clients only.
|
static int |
NOT_SUPPORTED
Feature is not supported
|
static int |
OPCODE_LENGTH_OVERRUN
Not enough bytes left in a given opcode to process
|
static int |
OPCODE_LENGTH_UNDERRUN
Opcode has some extra bytes remaining
|
static int |
OPCODE_OUT_OF_SEQUENCE
Received opcode out of sequence
|
static int |
PASSWORD_NOT_SPECIFIED
Sync password is missing and was not previously saved
|
static int |
PLUGIN_CLASS_INIT_FAILED
Failed to initialize plugin class
This error code is for pure java clients only.
|
static int |
PLUGIN_CLASS_NOT_FOUND
Could not load class for given plugin
|
static int |
PLUGIN_EXCEPTION
Exception was thrown by plugin
|
static int |
PLUGIN_ID_NOT_FOUND
Could not find plugin with given id
|
static int |
PUBLICATION_ID_MISMATCH
Publication id for snapshot does not much publication id in
given transaction
|
static int |
PUBLICATION_ID_NOT_FOUND
Could not find publication with given id
|
static int |
PUBLICATION_NOT_FOUND
Could not find publication with given name
|
static int |
SERVER_ERROR
Error was received from mobile server
|
static int |
SNAP_NAME_NOT_FOUND
Could not find snapshot with given name
|
static int |
SNAPSHOT_ID_EXISTS
Snapshot with given id already exists
|
static int |
SNAPSHOT_ID_NOT_FOUND
Could not find snapshot with given id
|
static int |
SYNC_CANCELED
Sync was canceled from another thread
|
static int |
SYNC_UNAVAILABLE
Not ready yet for sync
|
static int |
TRANS_NOT_FOUND
Could not find transaction with given id
|
static int |
UNCOMPRESSED_DATA
Received erroneous uncompressed data from mobile server
|
static int |
UNEXP_TERM_OPCODE
Received unexpected termination opcode from mobile server
|
static int |
UNEXPECTED_BLOB_DATA
Blob data received for plugin that doesn't support blobs
|
static int |
UNEXPECTED_OPCODE
Unexpected opcode received from mobile server
|
static int |
UNINIT_USER_TRANSPORT
User transport is not set while transport type is set to USER
|
static int |
UNRECOGNIZED_DATA
Received unrecognized data from mobile server
|
static int |
USER_NOT_SPECIFIED
Sync user name is missing and the last user was not saved
|
static int |
USER_TRANSPORT_ERROR
User transport error has occurred
|
static final int CONFIG_LOAD_ERROR
static final int CONFIG_SAVE_ERROR
static final int CONNECTION_TO_SRV_FAILED
static final int DATABASE_NOT_FOUND
static final int EMPTY_PASSWORD
static final int EMPTY_USER
static final int ENCRYPTION_ID_MISMATCH
static final int ERR_CREDENTIALS
static final int ERROR_RESUME_RECEIVE
static final int ERROR_RESUME_SEND
static final int HTTP_RESPONSE
static final int HTTP_TRANSPORT_ERROR
static final int INTERNAL_ERROR
static final int INVALID_BUFFER
static final int INVALID_DML_TYPE
static final int INVALID_ENCR_VER
static final int INVALID_ENCRYPTION_TYPE
static final int INVALID_HANDLE
static final int INVALID_HTTP_URL
static final int INVALID_INT_OPT
static final int INVALID_OPCODE
static final int INVALID_PLUGIN_FLAGS
static final int INVALID_PRIORITY
static final int INVALID_SESS
static final int INVALID_STR_OPT
static final int INVALID_STRING_LENGTH
static final int INVALID_SYNC_DIRECTION
static final int INVALID_TRANSPORT_TYPE
static final int MISSING_DEFAULT_DATABASE
static final int MISSING_PLUGIN_API
static final int NOT_SUPPORTED
static final int OPCODE_LENGTH_OVERRUN
static final int OPCODE_LENGTH_UNDERRUN
static final int OPCODE_OUT_OF_SEQUENCE
static final int PASSWORD_NOT_SPECIFIED
static final int PLUGIN_CLASS_INIT_FAILED
static final int PLUGIN_CLASS_NOT_FOUND
static final int PLUGIN_EXCEPTION
static final int PLUGIN_ID_NOT_FOUND
static final int PUBLICATION_ID_MISMATCH
static final int PUBLICATION_ID_NOT_FOUND
static final int PUBLICATION_NOT_FOUND
static final int SERVER_ERROR
static final int SNAP_NAME_NOT_FOUND
static final int SNAPSHOT_ID_EXISTS
static final int SNAPSHOT_ID_NOT_FOUND
static final int SYNC_CANCELED
static final int SYNC_UNAVAILABLE
static final int TRANS_NOT_FOUND
static final int UNCOMPRESSED_DATA
static final int UNEXP_TERM_OPCODE
static final int UNEXPECTED_BLOB_DATA
static final int UNEXPECTED_OPCODE
static final int UNINIT_USER_TRANSPORT
static final int UNRECOGNIZED_DATA
static final int USER_NOT_SPECIFIED
static final int USER_TRANSPORT_ERROR