Class: HttpError
Extends
Error
Constructors
new HttpError()
new HttpError(
response,message):HttpError
Parameters
• response: Response
• message: string
Returns
Overrides
Error.constructor
Properties
cause?
optionalcause:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string
Inherited from
Error.name
response
readonlyresponse:Response
stack?
optionalstack:string
Inherited from
Error.stack
Accessors
status
getstatus():number
Returns
number