Class: FailedHTTPResponse
Hierarchy
-
Error
↳
FailedHTTPResponse
Constructors
constructor
• new FailedHTTPResponse(status
, text
, data
): FailedHTTPResponse
Parameters
Name | Type |
---|---|
status | number |
text | string |
data | string |
Returns
Overrides
Error.constructor
Properties
data
• data: string
status
• status: number
text
• text: string