Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IErrorContext

    Namespace: Couchbase.Core
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Uncommitted)]
    public interface IErrorContext

    Properties

    | Edit this page View Source

    Message

    Declaration
    string Message { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RetryReasons

    Declaration
    List<RetryReason> RetryReasons { get; }
    Property Value
    Type Description
    List<RetryReason>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.