HTTPError
Represents a HTTP error
export declare class HTTPError extends Error
Extends
Error
constructor(name, status, method, url, bodyData)
Constructs a new instance of the
HTTPError
classexport declare class HTTPError extends Error
HTTPError
class