Interface IViewErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IViewErrorContext : IErrorContext
Properties
|
Edit this page
View Source
ClientContextId
Declaration
string? ClientContextId { get; }
Property Value
|
Edit this page
View Source
DesignDocumentName
Declaration
string? DesignDocumentName { get; }
Property Value
|
Edit this page
View Source
Errors
Declaration
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
ViewName
Declaration
string? ViewName { get; }
Property Value