Class: HttpClientFetchError\<RequestBody, RequestQuery>
Обновлено 19 февраля 2025
Type parameters
Name | Type |
---|---|
RequestBody | void |
RequestQuery | extends BaseRequestQuery | void = void |
Hierarchy
Error
↳
HttpClientFetchError
Table of contents
Constructors
Properties
Constructors
constructor
• new HttpClientFetchError\<RequestBody
, RequestQuery
>(message
, response
)
Type parameters
Name | Type |
---|---|
RequestBody | void |
RequestQuery | extends void | BaseRequestQuery = void |
Параметры
Name | Type |
---|---|
message | string |
response | HttpClientErrorResponse \<RequestBody , RequestQuery > |
Overrides
Error.constructor
Properties
request
• Readonly
request: HttpClientRequest
\<RequestBody
, RequestQuery
>
type
• type: "HttpClientFetchError"