Class ResponseErrorContext
Provides HTTP response properties.
Package: ui-framework
Properties
body
The response body.
Declaration
body: any
Property Value
| Type | Description |
|---|---|
| any | The response body. |
headers
A dictionary of HTTP headers sent along with the response.
Declaration
headers: Headers
Property Value
| Type | Description |
|---|---|
| Headers | A dictionary of HTTP headers sent along with the response. |
statusCode
An HTTP response status code.
Declaration
statusCode: number
Property Value
| Type | Description |
|---|---|
| number | An HTTP response status code. |