Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum RetryReason

Namespace: Couchbase.Core.Retry
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

RetryReasonExtensions.AllowsNonIdempotentRetries(RetryReason)
RetryReasonExtensions.AlwaysRetry(RetryReason)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.