QIWI SDK / Modules / apis/shared / HttpError
apis/shared.HttpError
Export
| Name | Type |
|---|---|
Rq |
any |
Rs |
any |
-
Error↳
HttpError
• new HttpError<Rq, Rs>(message, response)
Creates an instance of HttpError.
Memberof
HttpError
| Name | Type |
|---|---|
Rq |
any |
Rs |
any |
| Name | Type |
|---|---|
message |
string |
response |
HttpResponse<Rq, Rs> |
Error.constructor
• response: HttpResponse<Rq, Rs>