Couchbase .NET SDK | 3.7.2
Search Results for

    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)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.