Interface IQueryErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IQueryErrorContext : IErrorContext
Properties
|
Edit this page
View Source
ClientContextId
Declaration
string? ClientContextId { get; }
Property Value
|
Edit this page
View Source
Errors
Declaration
List<Error>? Errors { get; }
Property Value
|
Edit this page
View Source
HttpStatus
Declaration
HttpStatusCode HttpStatus { get; }
Property Value
|
Edit this page
View Source
Parameters
Declaration
string? Parameters { get; }
Property Value
|
Edit this page
View Source
QueryStatus
Declaration
QueryStatus QueryStatus { get; }
Property Value
|
Edit this page
View Source
Statement
Declaration
string? Statement { get; }
Property Value