Click or drag to resize
ResultCode Enumeration
Riak operation result codes.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public enum ResultCode
Members
  Member nameValueDescription
Success0 The operation was successful.
ShuttingDown1 Cluster was shutting down.
NotFound2 The requested riak object was not found.
CommunicationError3 Communication error with the cluster.
InvalidResponse4 An invalid response was received.
ClusterOffline5 The cluster is offline.
NoConnections6 No available connections to make a request.
BatchException7 An exception occurred during a batch operation.
NoRetries8 The client ran out of retry attempts while trying to process the request.
HttpError9 An HTTP error occurred.
InvalidRequest10 An invalid request was performed.
See Also