Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AnalyticsErrorContext

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

Uncommitted

Constructors

View Source

AnalyticsErrorContext()

Declaration
public AnalyticsErrorContext()

Properties

View Source

ClientContextId

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

Errors

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

HttpStatus

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

Message

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

Parameters

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

RetryReasons

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

Statement

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

Implements

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