Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IQueryErrorContext

    Inherited Members
    IErrorContext.Message
    IErrorContext.RetryReasons
    Namespace: Couchbase.Core.Exceptions.Query
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Uncommitted)]
    public interface IQueryErrorContext : IErrorContext

    Properties

    | Edit this page View Source

    ClientContextId

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

    Errors

    Declaration
    List<Error>? Errors { get; }
    Property Value
    Type Description
    List<Error>
    | Edit this page View Source

    HttpStatus

    Declaration
    HttpStatusCode HttpStatus { get; }
    Property Value
    Type Description
    HttpStatusCode
    | Edit this page View Source

    Parameters

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

    QueryStatus

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

    Statement

    Declaration
    string? Statement { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.