Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IViewErrorContext

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

Properties

View Source

ClientContextId

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

DesignDocumentName

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

Errors

Declaration
string? Errors { get; }
Property Value
Type Description
string
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

ViewName

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