Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1016 Bytes

CdvPurchase.IError.md

File metadata and controls

57 lines (31 loc) · 1016 Bytes

Interface: IError

CdvPurchase.IError

An error triggered by the In-App Purchase plugin

Table of contents

Properties

Properties

code

code: ErrorCode

See store.ERR_* for the available codes.

https://github.com/j3k0/cordova-plugin-purchase/blob/master/doc/api.md#error-codes


isError

isError: true

Indicates that the returned object is an error


message

message: string

Human readable message, in plain english


platform

platform: null | Platform

Optional platform the error occured on


productId

productId: null | string

Optional ID of the product the error occurred on