Class SearchErrorContext
Inheritance
SearchErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class SearchErrorContext : ISearchErrorContext, IErrorContext
Properties
|
Edit this page
View Source
ClientContextId
Declaration
public string? ClientContextId { get; set; }
Property Value
|
Edit this page
View Source
Errors
Declaration
public string? Errors { get; set; }
Property Value
|
Edit this page
View Source
HttpStatus
Declaration
[JsonConverter(typeof(JsonStringEnumConverter<HttpStatusCode>))]
public HttpStatusCode HttpStatus { get; set; }
Property Value
|
Edit this page
View Source
IndexName
Declaration
public string? IndexName { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string? Message { get; set; }
Property Value
|
Edit this page
View Source
Parameters
Declaration
public string? Parameters { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public string? Query { get; set; }
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; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements