Click or drag to resize
RiakResult Properties

The RiakResult type exposes the following members.

Properties
  NameDescription
Public propertyErrorMessage
The error message returned from the Riak operation, in the case that the operation was not a success.
Public propertyException
The Exception returned from the Riak operation.
Public propertyIsSuccess
true if the Riak operation was a success, otherwise, false.
Public propertyResultCode
The ResultCode returned from the operation.
Top
See Also