@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 464 B
JavaScript
export var PaymentsErrorEnum;
(function (PaymentsErrorEnum) {
PaymentsErrorEnum["AbortError"] = "AbortError";
PaymentsErrorEnum["InvalidStateError"] = "InvalidStateError";
PaymentsErrorEnum["NotAllowedError"] = "NotAllowedError";
PaymentsErrorEnum["NotSupportedError"] = "NotSupportedError";
PaymentsErrorEnum["SecurityError"] = "SecurityError";
})(PaymentsErrorEnum || (PaymentsErrorEnum = {}));
//# sourceMappingURL=payments-error.enum.js.map