@mapgear/geoapps-core > HttpClientError
HttpClientError class
An object used by the HttpClient and send when an error occurs in a request
Signature:export declare class HttpClientError
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(statuscode, statustext) | Construct this object |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| statusCode | number | The code representing the status of (example: 401, 403, 404, 500 etc.) | |
| statusText | string | The status represented in text (example: Unauthorised) |