![]() | RetryReason Enumeration |
[Missing <summary> documentation for "T:Couchbase.Core.Retry.RetryReason"]
Namespace: Couchbase.Core.Retry
public enum RetryReason
Member name | Value | Description | |
---|---|---|---|
NoRetry | -1 | ||
Unknown | 0 | ||
SocketNotAvailable | 1 | ||
ServiceNotAvailable | 2 | ||
NodeNotAvailable | 3 | ||
KvNotMyVBucket | 4 | ||
KvCollectionOutdated | 5 | ||
KvErrorMapRetryIndicated | 6 | ||
KvLocked | 7 | ||
KvTemporaryFailure | 8 | ||
KvSyncWriteInProgress | 9 | ||
KvSyncWriteReCommitInProgress | 10 | ||
ServiceResponseCodeIndicated | 11 | ||
SocketClosedWhileInFlight | 12 | ||
CircuitBreakerOpen | 13 | ||
QueryPreparedStatementFailure | 14 | ||
QueryIndexNotFound | 15 | ||
AnalyticsTemporaryFailure | 16 | ||
SearchTooManyRequests | 17 | ||
ViewsTemporaryFailure | 18 | ||
ViewsNoActivePartition | 19 |