UNPKG

react-native-unit-components

Version:

Unit React Native components

29 lines (28 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNComponentsErrorCodes = void 0; let UNComponentsErrorCodes = exports.UNComponentsErrorCodes = /*#__PURE__*/function (UNComponentsErrorCodes) { UNComponentsErrorCodes["FEATURE_DISABLED"] = "feature_disabled"; UNComponentsErrorCodes["INVALID_VALUE"] = "invalid_value"; UNComponentsErrorCodes["LIMITS_EXCEEDED"] = "limits_exceeded"; UNComponentsErrorCodes["NOT_FOUND"] = "not_found"; UNComponentsErrorCodes["ACCOUNT_CUSTOMER_MISMATCH"] = "account_customer_mismatch"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_ACCOUNT_STATUS"] = "not_supported_for_account_status"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_ACCOUNT_TYPE"] = "not_supported_for_account_type"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_CARD"] = "not_supported_for_card"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_CARD_STATUS"] = "not_supported_for_card_status"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_CARD_TYPE"] = "not_supported_for_card_type"; UNComponentsErrorCodes["INVALID_NONCE"] = "invalid_nonce"; UNComponentsErrorCodes["NOT_SUPPORTED_FOR_PAYMENT_TYPE"] = "not_supported_for_payment_type"; UNComponentsErrorCodes["PAYMENT_INVALID"] = "payment_invalid"; UNComponentsErrorCodes["UNAUTHORIZED"] = "unauthorized"; UNComponentsErrorCodes["FORBIDDEN"] = "forbidden"; UNComponentsErrorCodes["ALREADY_EXISTS"] = "already_exists"; UNComponentsErrorCodes["CUSTOMER_NAME_UNDELIVERABLE"] = "customer_name_undeliverable"; UNComponentsErrorCodes["CUSTOMER_ADDRESS_UNDELIVERABLE"] = "customer_address_undeliverable"; UNComponentsErrorCodes["MISSING_TOKEN"] = "missing_token"; return UNComponentsErrorCodes; }({}); //# sourceMappingURL=error.types.js.map