The ResultCode type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ResultCode | Initializes a new instance of the ResultCode class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetResultString |
Return result code as a string.
|
![]() ![]() | KeepConnection |
Should connection be put back into pool.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | BIN_EXISTS_ERROR |
On create-only (write unique) operations on a bin that already
exists.
|
![]() ![]() | BIN_NAME_TOO_LONG |
Bin name length greater than 14 characters.
|
![]() ![]() | BIN_NOT_FOUND |
Specified bin name does not exist in record.
|
![]() ![]() | BIN_TYPE_ERROR |
Operation is not supported with configured bin type (single-bin or
multi-bin).
|
![]() ![]() | CLUSTER_KEY_MISMATCH |
Expected cluster ID was not received.
|
![]() ![]() | COMMAND_REJECTED |
Asynchronous max concurrent database commands have been exceeded and therefore rejected.
|
![]() ![]() | DEVICE_OVERLOAD |
Specified bin name does not exist in record.
|
![]() ![]() | EXPIRED_PASSWORD |
Password has expired.
|
![]() ![]() | FORBIDDEN_PASSWORD |
Forbidden password (e.g. recently used)
|
![]() ![]() | GENERATION_ERROR |
On modifying a record with unexpected generation.
|
![]() ![]() | ILLEGAL_STATE |
Server is in illegal stage.
|
![]() ![]() | INDEX_FOUND |
Secondary index already exists.
|
![]() ![]() | INDEX_GENERIC |
Generic secondary index error.
|
![]() ![]() | INDEX_MAXCOUNT |
Maximum number of indicies exceeded.
|
![]() ![]() | INDEX_NAME_MAXLEN |
Index name maximum length exceeded.
|
![]() ![]() | INDEX_NOTFOUND |
Requested secondary index does not exist.
|
![]() ![]() | INDEX_NOTREADABLE |
Secondary index not available.
|
![]() ![]() | INDEX_OOM |
Secondary index memory space exceeded.
|
![]() ![]() | INVALID_COMMAND |
Administration command is invalid.
|
![]() ![]() | INVALID_CREDENTIAL |
Security credential is invalid.
|
![]() ![]() | INVALID_FIELD |
Administration field is invalid.
|
![]() ![]() | INVALID_NAMESPACE |
Invalid namespace.
|
![]() ![]() | INVALID_NODE_ERROR |
Chosen node is not currently active.
|
![]() ![]() | INVALID_PASSWORD |
Password is invalid.
|
![]() ![]() | INVALID_PRIVILEGE |
Specified Privilege is not valid.
|
![]() ![]() | INVALID_ROLE |
Role name is invalid.
|
![]() ![]() | INVALID_USER |
User name is invalid.
|
![]() ![]() | KEY_BUSY |
Too many concurrent operations on the same record.
|
![]() ![]() | KEY_EXISTS_ERROR |
On create-only (write unique) operations on a record that already
exists.
|
![]() ![]() | KEY_MISMATCH |
Key type mismatch.
|
![]() ![]() | KEY_NOT_FOUND_ERROR |
On retrieving, touching or replacing a record that doesn't exist.
|
![]() ![]() | LARGE_ITEM_NOT_FOUND |
The requested item in a large collection was not found.
|
![]() ![]() | NO_XDS |
XDS product is not available.
|
![]() ![]() | NOT_AUTHENTICATED |
User must be authentication before performing database operations.
|
![]() ![]() | OK |
Operation was successful.
|
![]() ![]() | PARAMETER_ERROR |
Bad parameter(s) were passed in database operation call.
|
![]() ![]() | PARSE_ERROR |
Client parse error.
|
![]() ![]() | QUERY_ABORTED |
Secondary index query aborted.
|
![]() ![]() | QUERY_END |
There are no more records left for query.
|
![]() ![]() | QUERY_GENERIC |
Generic query error.
|
![]() ![]() | QUERY_QUEUEFULL |
Secondary index queue full.
|
![]() ![]() | QUERY_TERMINATED |
Query was terminated by user.
|
![]() ![]() | QUERY_TIMEOUT |
Secondary index query timed out on server.
|
![]() ![]() | RECORD_TOO_BIG |
Record size exceeds limit.
|
![]() ![]() | ROLE_VIOLATION |
User does not posses the required role to perform the database operation.
|
![]() ![]() | SCAN_ABORT |
Scan aborted by server.
|
![]() ![]() | SCAN_TERMINATED |
Scan was terminated by user.
|
![]() ![]() | SECURITY_NOT_ENABLED |
Security functionality supported, but not enabled by connected server.
|
![]() ![]() | SECURITY_NOT_SUPPORTED |
Security functionality not supported by connected server.
|
![]() ![]() | SECURITY_SCHEME_NOT_SUPPORTED |
Security configuration not supported.
|
![]() ![]() | SERIALIZE_ERROR |
Client serialization error.
|
![]() ![]() | SERVER_ERROR |
Unknown server failure.
|
![]() ![]() | SERVER_MEM_ERROR |
Server has run out of memory.
|
![]() ![]() | SERVER_NOT_AVAILABLE |
Server is not accepting requests.
|
![]() ![]() | TIMEOUT |
Client or server has timed out.
|
![]() ![]() | UDF_BAD_RESPONSE |
A user defined function returned an error code.
|
![]() ![]() | UNSUPPORTED_FEATURE |
Client operation not supported on connected server.
|
![]() ![]() | USER_ALREADY_EXISTS |
User was previously created.
|
See Also