Class QueryErrorContext

The error context information for a query operation.

Hierarchy

Properties

client_context_id: string

The client context id which was sent to the service for correlation between requests and responses.

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.

statement: string

The statement that was being executed when the error occured.

Generated using TypeDoc