Class HttpErrorContext

The error context information for a http operation.

Hierarchy

Properties

method: string

The HTTP method of the request that was performed.

request_path: string

The request path for the request that was being performed.

response_body: string

The http response body which was received.

response_code: number

The http response status code which was received.

Generated using TypeDoc