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

Latest commit

 

History

History
181 lines (95 loc) · 3.6 KB

index.QIWI.P2pApiError.md

File metadata and controls

181 lines (95 loc) · 3.6 KB

QIWI SDK / Modules / index / QIWI / P2pApiError

Class: P2pApiError

index.QIWI.P2pApiError

Export

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new P2pApiError(response, cause?)

Creates an instance of P2pApiError.

Memberof

P2pApiError

Parameters

Name Type
response P2pApiErrorResponse
cause? HttpError<any, any>

Overrides

ExtendedError.constructor

Defined in

apis/p2p/p2p.errors.ts:32

Properties

cause

Optional cause: Error

Inherited from

ExtendedError.cause

Defined in

apis/error.ts:14


dateTime

Readonly dateTime: Date

Defined in

apis/p2p/p2p.errors.ts:23


message

message: string

Inherited from

ExtendedError.message

Defined in

apis/error.ts:14


name

name: string

Inherited from

ExtendedError.name

Defined in

apis/error.ts:29


response

Readonly response: P2pApiErrorResponse

Defined in

apis/p2p/p2p.errors.ts:32


serviceName

Readonly serviceName: string

Defined in

apis/p2p/p2p.errors.ts:24

Accessors

[toStringTag]

get [toStringTag](): string

Memberof

ExtendedError

Returns

string

Inherited from

ExtendedError.__@toStringTag@18

Defined in

apis/error.ts:52

Methods

toJSON

toJSON(): Error

Memberof

ExtendedError

Returns

Error

Error

Inherited from

ExtendedError.toJSON

Defined in

apis/error.ts:37