Modifier and Type | Field and Description |
---|---|
static int |
ASSERTION_FAILED
Internal assertion failure
|
static int |
BAD_DOC_ID
Invalid document ID
|
static int |
BAD_REVISION_ID
An invalid revision ID was attempted to be used to insert a document
(usually because of an invalid revision ID written directly into Sync Gateway via the REST API)
|
static int |
BUSY
Database is busy / locked
|
static int |
CANT_OPEN_FILE
Database file can't be opened; may not exist
|
static int |
CANT_UPGRADE_DATABASE
Database can't be upgraded (might be unsupported dev version)
|
static int |
CONFLICT
Document update conflict
|
static int |
CORRUPT_DATA
Data is corrupted
|
static int |
CORRUPT_REVISION_DATA
Revision contains corrupted/unreadable data
|
static int |
CRYPTO
Encryption / Decryption error
|
static int |
DATABASE_TOO_NEW
Database file format is newer than what I can open
|
static int |
DATABASE_TOO_OLD
Database file format is older than what I can open
|
static int |
DNS_FAILURE
DNS Lookup failed
|
static int |
HTTP_AUTH_REQUIRED
Missing or incorrect user authentication
|
static int |
HTTP_BASE |
static int |
HTTP_CONFLICT
Update conflict
|
static int |
HTTP_ENTITY_TOO_LARGE
Data is too large to upload
|
static int |
HTTP_FORBIDDEN
User doesn't have permission to access resource
|
static int |
HTTP_IM_A_TEAPOT |
static int |
HTTP_INTERNAL_SERVER_ERROR
Something's wrong with the server
|
static int |
HTTP_NOT_FOUND
Resource not found
|
static int |
HTTP_NOT_IMPLEMENTED
Unimplemented server functionality
|
static int |
HTTP_PROXY_AUTH_REQUIRED
HTTP proxy requires authentication
|
static int |
HTTP_SERVICE_UNAVAILABLE
Service is down temporarily
|
static int |
INVALID_PARAMETER
Invalid function parameter or struct value
|
static int |
INVALID_QUERY
Invalid query
|
static int |
INVALID_QUERY_PARAM
Unknown query param name, or param number out of range
|
static int |
INVALID_REDIRECT
The client was redirected to an invalid location by the server
|
static int |
INVALID_URL
The provided URL is not valid
|
static int |
IO_ERROR
File I/O error
|
static int |
MEMORY_ERROR
Memory allocation failed (out of memory?)
|
static int |
MISSING_INDEX
No such index, or query requires a nonexistent index
|
static int |
NETWORK_OFFSET |
static int |
NOT_A_DATABASE_FILE |
static int |
NOT_FOUND
Document not found
|
static int |
NOT_IN_TRANSACTION
Function cannot be called while in a transaction
|
static int |
NOT_OPEN
Database/KeyStore is not open
|
static int |
NOT_WRITABLE
File is not writeable
|
static int |
REMOTE_ERROR
Unknown error from remote server
|
static int |
TIMEOUT
Socket timeout during an operation
|
static int |
TLS_CERT_EXPIRED
The provided TLS certificate has expired
|
static int |
TLS_CERT_UNKNOWN_ROOT
Self-signed cert, or unknown anchor cert
|
static int |
TLS_CERT_UNTRUSTED
Cert isn't trusted for other reason
|
static int |
TLS_CLIENT_CERT_REJECTED
Client certificate was rejected by the server
|
static int |
TLS_CLIENT_CERT_REQUIRED
A required client certificate was not provided
|
static int |
TLS_HANDSHAKE_FAILED
Failure during TLS handshake process
|
static int |
TOO_MANY_REDIRECTS
Too many HTTP redirects for the HTTP client to handle
|
static int |
TRANSACTION_NOT_CLOSED
Database can't be closed while a transaction is open
|
static int |
UNEXPECTED_ERROR
Internal unexpected C++ exception
|
static int |
UNIMPLEMENTED
An unimplemented API call
|
static int |
UNKNOWN_HOST
DNS server doesn't know the hostname
|
static int |
UNSUPPORTED
Operation not supported on this database
|
static int |
UNSUPPORTED_ENCRYPTION
Unsupported encryption algorithm
|
static int |
WEB_SOCKET_ABNORMAL_CLOSE
TCP socket closed unexpectedly
|
static int |
WEB_SOCKET_BAD_MESSAGE_FORMAT
Unparseable WebSocket message
|
static int |
WEB_SOCKET_CANT_FULFILL
Can't fulfill request due to "unexpected condition"
|
static int |
WEB_SOCKET_CLOSE_USER_PERMANENT
Exceptions during P2P replication that are permanent will be assigned this error code
|
static int |
WEB_SOCKET_CLOSE_USER_TRANSIENT
Exceptions during P2P replication that are transient will be assigned this error code
|
static int |
WEB_SOCKET_DATA_ERROR
Message payload cannot be handled
|
static int |
WEB_SOCKET_GOING_AWAY
Peer has to close, e.g.
|
static int |
WEB_SOCKET_MESSAGE_TOO_BIG
Message is too large for peer to handle
|
static int |
WEB_SOCKET_MISSING_EXTENSION
Peer doesn't provide a necessary extension
|
static int |
WEB_SOCKET_NORMAL_CLOSE
Not an actual error, but serves as the lower bound for WebSocket related errors
|
static int |
WEB_SOCKET_POLICY_ERROR
Message violated unspecified policy
|
static int |
WEB_SOCKET_PROTOCOL_ERROR
Protocol violation: invalid framing data
|
static int |
WEB_SOCKET_TLS_FAILURE |
static int |
WEB_SOCKET_USER |
static int |
WRONG_FORMAT
Database exists but not in the format/storage requested
|
public static final int ASSERTION_FAILED
public static final int UNIMPLEMENTED
public static final int UNSUPPORTED_ENCRYPTION
public static final int BAD_REVISION_ID
public static final int CORRUPT_REVISION_DATA
public static final int NOT_OPEN
public static final int NOT_FOUND
public static final int CONFLICT
public static final int INVALID_PARAMETER
public static final int UNEXPECTED_ERROR
public static final int CANT_OPEN_FILE
public static final int IO_ERROR
public static final int MEMORY_ERROR
public static final int NOT_WRITABLE
public static final int CORRUPT_DATA
public static final int BUSY
public static final int NOT_IN_TRANSACTION
public static final int TRANSACTION_NOT_CLOSED
public static final int UNSUPPORTED
public static final int NOT_A_DATABASE_FILE
public static final int WRONG_FORMAT
public static final int CRYPTO
public static final int INVALID_QUERY
public static final int MISSING_INDEX
public static final int INVALID_QUERY_PARAM
public static final int REMOTE_ERROR
public static final int DATABASE_TOO_OLD
public static final int DATABASE_TOO_NEW
public static final int BAD_DOC_ID
public static final int CANT_UPGRADE_DATABASE
public static final int NETWORK_OFFSET
public static final int DNS_FAILURE
public static final int UNKNOWN_HOST
public static final int TIMEOUT
public static final int INVALID_URL
public static final int TOO_MANY_REDIRECTS
public static final int TLS_HANDSHAKE_FAILED
public static final int TLS_CERT_EXPIRED
public static final int TLS_CERT_UNTRUSTED
public static final int TLS_CLIENT_CERT_REQUIRED
public static final int TLS_CLIENT_CERT_REJECTED
public static final int TLS_CERT_UNKNOWN_ROOT
public static final int INVALID_REDIRECT
public static final int HTTP_BASE
public static final int HTTP_AUTH_REQUIRED
public static final int HTTP_FORBIDDEN
public static final int HTTP_NOT_FOUND
public static final int HTTP_CONFLICT
public static final int HTTP_PROXY_AUTH_REQUIRED
public static final int HTTP_ENTITY_TOO_LARGE
public static final int HTTP_IM_A_TEAPOT
public static final int HTTP_INTERNAL_SERVER_ERROR
public static final int HTTP_NOT_IMPLEMENTED
public static final int HTTP_SERVICE_UNAVAILABLE
public static final int WEB_SOCKET_NORMAL_CLOSE
public static final int WEB_SOCKET_GOING_AWAY
public static final int WEB_SOCKET_PROTOCOL_ERROR
public static final int WEB_SOCKET_DATA_ERROR
public static final int WEB_SOCKET_ABNORMAL_CLOSE
public static final int WEB_SOCKET_BAD_MESSAGE_FORMAT
public static final int WEB_SOCKET_POLICY_ERROR
public static final int WEB_SOCKET_MESSAGE_TOO_BIG
public static final int WEB_SOCKET_MISSING_EXTENSION
public static final int WEB_SOCKET_CANT_FULFILL
public static final int WEB_SOCKET_TLS_FAILURE
public static final int WEB_SOCKET_USER
public static final int WEB_SOCKET_CLOSE_USER_TRANSIENT
public static final int WEB_SOCKET_CLOSE_USER_PERMANENT