Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryErrorContext

The error context information for a query operation.

Hierarchy

Index

Properties

client_context_id: string

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

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.

statement: string

The statement that was being executed when the error occured.

Generated using TypeDoc