UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

8 lines (7 loc) 233 B
export enum PaymentsErrorEnum { AbortError = 'AbortError', InvalidStateError = 'InvalidStateError', NotAllowedError = 'NotAllowedError', NotSupportedError = 'NotSupportedError', SecurityError = 'SecurityError', }