@mapgear/geoapps-core > HttpClientError > (constructor)
HttpClientError.(constructor)
Construct this object
Signature:constructor(statuscode: number, statustext: string);
Parameters
Parameter | Type | Description |
---|---|---|
statuscode | number | The status code of the error |
statustext | string | A textual representation of the error |