Enum RetryReason
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
[JsonConverter(typeof(JsonStringEnumConverter<RetryReason>))]
public enum RetryReason
Fields
Name |
Description |
AnalyticsTemporaryFailure |
|
CircuitBreakerOpen |
|
CollectionNotFound |
|
KvCollectionOutdated |
|
KvErrorMapRetryIndicated |
|
KvLocked |
|
KvNotMyVBucket |
|
KvSyncWriteInProgress |
|
KvSyncWriteReCommitInProgress |
|
KvTemporaryFailure |
|
NoRetry |
|
NodeNotAvailable |
|
QueryErrorRetryable |
|
QueryIndexNotFound |
|
QueryPreparedStatementFailure |
|
ScopeNotFound |
|
SearchTooManyRequests |
|
SendQueueFull |
|
ServiceNotAvailable |
|
ServiceResponseCodeIndicated |
|
SocketClosedWhileInFlight |
|
SocketNotAvailable |
|
Unknown |
|
ViewsNoActivePartition |
|
ViewsTemporaryFailure |
|
Extension Methods