Skip to main content

@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

ConstructorModifiersDescription
(constructor)(statuscode, statustext)Construct this object

Properties

PropertyModifiersTypeDescription
statusCodenumberThe code representing the status of (example: 401, 403, 404, 500 etc.)
statusTextstringThe status represented in text (example: Unauthorised)