UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines (7 loc) 407 B
export enum PaymentsErrorEnum { AbortError = 'The operation was aborted.', InvalidStateError = 'The object is in an invalid state.', NotAllowedError = 'The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.', NotSupportedError = 'The operation is not supported.', SecurityError = 'The operation is insecure.', }