Result code indicating status of requested action.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
OK | 0 | Request has succeeded. | |
NOT_SET | 1 | Server has not yet returned a result. | |
SERVER_ERROR | 2 | Unknown server failure. | |
CLIENT_ERROR | 3 | Memory or other fault in the client. | |
KEY_NOT_FOUND_ERROR | 4 | Requested key does not exist. | |
KEY_FOUND_ERROR | 5 | Write failed because unique key already exists. | |
BIN_NOT_FOUND_ERROR | 6 | Requested bin does not exist. Only returned by a bin-specific get. | |
BIN_FOUND_ERROR | 7 | Write failed because unique bin already exists. | |
GENERATION_ERROR | 8 | The generation specified in the write is not the same generation on the server. Bin value(s) have been modified by another process. | |
PARAMETER_ERROR | 9 | The server detected a problem in your input. | |
TIMEOUT | 10 | Request has timed out waiting for a response. | |
NO_HOSTS | 11 | No servers were found. | |
SERVER_NOT_AVAILABLE | 12 | Server is not accepting requests. | |
UNKNOWN_ERROR | 13 | Error communicating with server. | |
SERVER_MEM_ERROR | 14 | Server has run out of memory. | |
SCAN_TERMINATED | 15 | Scan has been terminated before completion. | |
CLUSTER_KEY_MISMATCH | 16 | Expected Cluster ID was not received. | |
NO_XDS | 17 | XDS product is not available. | |
BIN_TYPE_ERROR | 18 | Operation is not supported with configured bin type (single-bin or multi-bin). | |
RECORD_TOO_BIG | 19 | Record size exceeds maximum limit. | |
KEY_BUSY | 20 | Too many concurrent operations on the same record. |
See Also