![]() | IResult Interface |
Namespace: Couchbase.Core.IO.Operations
public interface IResult
The IResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
If the operation wasn't succesful, a message indicating why it was not succesful.
|
![]() | Success |
Returns true if the operation was succesful.
|
Name | Description | |
---|---|---|
![]() | ShouldRetry |
If the response indicates the request is retryable, returns true.
|