Class AnalyticsErrorContext
Inheritance
AnalyticsErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class AnalyticsErrorContext : IErrorContext
Properties
|
Edit this page
View Source
ClientContextId
Declaration
public string? ClientContextId { get; }
Property Value
|
Edit this page
View Source
Errors
Declaration
public List<Error>? Errors { get; }
Property Value
|
Edit this page
View Source
HttpStatus
Declaration
[JsonConverter(typeof(JsonStringEnumConverter<HttpStatusCode>))]
public HttpStatusCode HttpStatus { get; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string? Message { get; }
Property Value
|
Edit this page
View Source
Parameters
Declaration
public string? Parameters { get; }
Property Value
|
Edit this page
View Source
RetryReasons
Declaration
public List<RetryReason>? RetryReasons { get; }
Property Value
|
Edit this page
View Source
Statement
Declaration
public string? Statement { get; }
Property Value
Implements