CitrusleafResult EnumerationAerospike
Result code indicating status of requested action.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Members

  Member nameValueDescription
OK0 Request has succeeded.
NOT_SET1 Server has not yet returned a result.
SERVER_ERROR2 Unknown server failure.
CLIENT_ERROR3 Memory or other fault in the client.
KEY_NOT_FOUND_ERROR4 Requested key does not exist.
KEY_FOUND_ERROR5 Write failed because unique key already exists.
BIN_NOT_FOUND_ERROR6 Requested bin does not exist. Only returned by a bin-specific get.
BIN_FOUND_ERROR7 Write failed because unique bin already exists.
GENERATION_ERROR8 The generation specified in the write is not the same generation on the server. Bin value(s) have been modified by another process.
PARAMETER_ERROR9 The server detected a problem in your input.
TIMEOUT10 Request has timed out waiting for a response.
NO_HOSTS11 No servers were found.
SERVER_NOT_AVAILABLE12 Server is not accepting requests.
UNKNOWN_ERROR13 Error communicating with server.
SERVER_MEM_ERROR14 Server has run out of memory.
SCAN_TERMINATED15 Scan has been terminated before completion.
CLUSTER_KEY_MISMATCH16 Expected Cluster ID was not received.
NO_XDS17 XDS product is not available.
BIN_TYPE_ERROR18 Operation is not supported with configured bin type (single-bin or multi-bin).
RECORD_TOO_BIG19 Record size exceeds maximum limit.
KEY_BUSY20 Too many concurrent operations on the same record.
See Also