Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class ViewContextError

    Inheritance
    object
    ViewContextError
    Implements
    IViewErrorContext
    IErrorContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Core.Exceptions.View
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Uncommitted)]
    public class ViewContextError : IViewErrorContext, IErrorContext
    Remarks

    Uncommitted

    Properties

    | Edit this page View Source

    ClientContextId

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

    DesignDocumentName

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

    Errors

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

    HttpStatus

    Declaration
    [JsonConverter(typeof(JsonStringEnumConverter<HttpStatusCode>))]
    public HttpStatusCode HttpStatus { get; set; }
    Property Value
    Type Description
    HttpStatusCode
    | Edit this page View Source

    Message

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

    Parameters

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

    RetryReasons

    Declaration
    public List<RetryReason>? RetryReasons { get; }
    Property Value
    Type Description
    List<RetryReason>
    | Edit this page View Source

    ViewName

    Declaration
    public string? ViewName { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IViewErrorContext
    IErrorContext
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.