Class ViewErrorContext

The error context information for a views operation.

Hierarchy

Properties

design_document: string

The name of the design document that was being operated on.

first_error_code: number

The error code of the first error returned by the server.

first_error_message: string

The error message of the first error returned by the server.

http_response_body: string

The http response body which was received.

http_response_code: number

The http response status code which was received.

parameters: any

A list of the parameters in use for the operation.

view: string

The name of the view that was being operated on.

Generated using TypeDoc