Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
74 lines (42 loc) · 1.34 KB

File metadata and controls

74 lines (42 loc) · 1.34 KB

QIWI SDK / Modules / apis/shared / HttpError

Class: HttpError<Rq, Rs>

apis/shared.HttpError

Export

Type parameters

Name Type
Rq any
Rs any

Hierarchy

  • Error

    HttpError

Table of contents

Constructors

Properties

Constructors

constructor

new HttpError<Rq, Rs>(message, response)

Creates an instance of HttpError.

Memberof

HttpError

Type parameters

Name Type
Rq any
Rs any

Parameters

Name Type
message string
response HttpResponse<Rq, Rs>

Overrides

Error.constructor

Defined in

apis/shared/http.types.ts:46

Properties

response

response: HttpResponse<Rq, Rs>

Defined in

apis/shared/http.types.ts:46