PurchaseError
react-native-iap / Exports / PurchaseError
Class: PurchaseError
Implements
Error
Table of contents
Constructors
Properties
Constructors
constructor
• new PurchaseError(name
, message
, responseCode?
, debugMessage?
, code?
, productId?
)
Parameters
Name | Type |
---|---|
name | string |
message | string |
responseCode? | number |
debugMessage? | string |
code? | ErrorCode |
productId? | string |
Defined in
Properties
code
• Optional
code: ErrorCode
Defined in
debugMessage
• Optional
debugMessage: string
Defined in
message
• message: string
Implementation of
Error.message
Defined in
name
• name: string
Implementation of
Error.name
Defined in
productId
• Optional
productId: string
Defined in
responseCode
• Optional
responseCode: number