Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ViewContextError

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

Uncommitted

Constructors

View Source

ViewContextError()

Declaration
public ViewContextError()

Properties

View Source

ClientContextId

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

DesignDocumentName

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

Errors

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

HttpStatus

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

Message

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

Parameters

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

RetryReasons

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

ViewName

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

Methods

View Source

ToString()

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

Implements

IViewErrorContext
IErrorContext
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.