Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IQueryErrorContext

Inherited Members
IErrorContext.Message
IErrorContext.RetryReasons
Namespace: Couchbase.Core.Exceptions.Query
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IQueryErrorContext : IErrorContext

Properties

View Source

ClientContextId

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

Errors

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

HttpStatus

Declaration
HttpStatusCode HttpStatus { get; }
Property Value
Type Description
HttpStatusCode
View Source

Parameters

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

QueryStatus

Declaration
QueryStatus QueryStatus { get; }
Property Value
Type Description
QueryStatus
View Source

Statement

Declaration
string? Statement { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.