Riak operation result codes.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Members
| Member name | Value | Description |
---|
| Success | 0 |
The operation was successful.
|
| ShuttingDown | 1 |
Cluster was shutting down.
|
| NotFound | 2 |
The requested riak object was not found.
|
| CommunicationError | 3 |
Communication error with the cluster.
|
| InvalidResponse | 4 |
An invalid response was received.
|
| ClusterOffline | 5 |
The cluster is offline.
|
| NoConnections | 6 |
No available connections to make a request.
|
| BatchException | 7 |
An exception occurred during a batch operation.
|
| NoRetries | 8 |
The client ran out of retry attempts while trying to process the request.
|
| HttpError | 9 |
An HTTP error occurred.
|
| InvalidRequest | 10 |
An invalid request was performed.
|
See Also