Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Interface IViewErrorContext

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

    Properties

    | Edit this page View Source

    ClientContextId

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

    DesignDocumentName

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

    Errors

    Declaration
    string? Errors { get; }
    Property Value
    Type Description
    string
    | 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

    ViewName

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