Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Namespace Couchbase.Core.Exceptions

    Classes

    AmbiguousTimeoutException

    A TimeoutException where there may be a side effect on the server. A timeout happened while performing an non-idempotent operation.

    BucketNotFoundException

    CasMismatchException

    Raised when a comparison between a stored document's CAS does not match the CAS provided by the request indicating the document has been mutated. Each time the document changes its CAS changes. A form of optimistic concurrency.

    CollectionNotFoundException

    The collection in the key-space or scope is not found.

    ConnectException

    DecodingFailureException

    EncodingFailureException

    FeatureNotAvailableException

    IndexExistsException

    IndexFailureException

    IndexNotFoundException

    InternalServerFailureException

    InvalidArgumentException

    InvalidIndexException

    ManagementErrorContext

    ParsingFailureException

    PlanningFailureException

    RequestCanceledException

    ScopeNotFoundException

    StreamAlreadyReadException

    Thrown when an attempt is made to read a stream of results more than once.

    TemporaryFailureException

    TimeoutException

    The parent timeout exception of AmbiguousTimeoutException and UnambiguousTimeoutException.

    UnambiguousTimeoutException

    A TimeoutException where we are sure there was no side effect on the server. For example an idempotent operation timeout.

    UnsupportedException

    In this article
    Back to top © 2025 Couchbase, Inc.