RiakResult Class |
Namespace: RiakClient
The RiakResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | RiakResult(ResultCode, Exception) |
Initializes a new instance of the RiakResult class.
|
![]() | RiakResult(Boolean, String, ResultCode) |
Initializes a new instance of the RiakResult class.
|
![]() | RiakResult(Boolean, ResultCode, Exception, String, Boolean) | Initializes a new instance of the RiakResult class |
Name | Description | |
---|---|---|
![]() | ErrorMessage |
The error message returned from the Riak operation, in the case that the operation was not a success.
|
![]() | Exception |
The Exception returned from the Riak operation.
|
![]() | IsSuccess | true if the Riak operation was a success, otherwise, false.
|
![]() | ResultCode |
The ResultCode returned from the operation.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |