Interface IErrorContext
Namespace: Couchbase.Core
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IErrorContext
Properties
| Edit this page View SourceMessage
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
string |
RetryReasons
Declaration
List<RetryReason> RetryReasons { get; }
Property Value
Type | Description |
---|---|
List<RetryReason> |