The response status for binary Memcached and Couchbase operations.
Namespace: Couchbase.IOAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


Member name | Value | Description | |
---|---|---|---|
Success | 0 | The operation was successful | |
KeyNotFound | 1 | The key does not exist in the database | |
KeyExists | 2 | The key exists in the database. | |
ValueTooLarge | 3 | The value of the object stored was too large. | |
InvalidArguments | 4 | The arguments of the operation were invalid. | |
ItemNotStored | 5 | The item could be stored in the database | |
IncrDecrOnNonNumericValue | 6 | The increment operation was called on a non-numeric value | |
VBucketBelongsToAnotherServer | 7 |
The VBucket the operation was attempted on, no longer belongs to the server.
![]() This is a common during rebalancing after adding or removing a node or during a failover. | |
AuthenticationError | 32 | The connection to Couchbase could not be authenticated. | |
AuthenticationContinue | 33 |
During SASL authentication, another step (or more) must be made before authentication is complete.
![]() This is a system-level response status. | |
InvalidRange | 34 | The value was outside of supported range. | |
UnknownCommand | 129 | The server received an unknown command from a client. | |
OutOfMemory | 130 | The server is temporarily out of memory. | |
NotSupported | 131 | The operation is not supported. | |
InternalError | 132 | An internal error has occured. | |
Busy | 133 | The server was too busy to complete the operation. | |
TemporaryFailure | 134 | A temporary error has occured in the server. | |
ClientFailure | 409 | A client error has occured before the operation could be sent to the server. | |
OperationTimeout | 512 | The operation exceeded the specified OperationTimeout configured for the client instance. |
