UNPKG

react-native-unit-components

Version:

Unit React Native components

22 lines 1.32 kB
export let UNErrorCodes = /*#__PURE__*/function (UNErrorCodes) { UNErrorCodes["FEATURE_DISABLED"] = "feature_disabled"; UNErrorCodes["INVALID_VALUE"] = "invalid_value"; UNErrorCodes["LIMITS_EXCEEDED"] = "limits_exceeded"; UNErrorCodes["NOT_FOUND"] = "not_found"; UNErrorCodes["ACCOUNT_CUSTOMER_MISMATCH"] = "account_customer_mismatch"; UNErrorCodes["NOT_SUPPORTED_FOR_ACCOUNT_STATUS"] = "not_supported_for_account_status"; UNErrorCodes["NOT_SUPPORTED_FOR_ACCOUNT_TYPE"] = "not_supported_for_account_type"; UNErrorCodes["NOT_SUPPORTED_FOR_CARD"] = "not_supported_for_card"; UNErrorCodes["NOT_SUPPORTED_FOR_CARD_STATUS"] = "not_supported_for_card_status"; UNErrorCodes["NOT_SUPPORTED_FOR_CARD_TYPE"] = "not_supported_for_card_type"; UNErrorCodes["INVALID_NONCE"] = "invalid_nonce"; UNErrorCodes["NOT_SUPPORTED_FOR_PAYMENT_TYPE"] = "not_supported_for_payment_type"; UNErrorCodes["PAYMENT_INVALID"] = "payment_invalid"; UNErrorCodes["UNAUTHORIZED"] = "unauthorized"; UNErrorCodes["FORBIDDEN"] = "forbidden"; UNErrorCodes["ALREADY_EXISTS"] = "already_exists"; UNErrorCodes["CUSTOMER_NAME_UNDELIVERABLE"] = "customer_name_undeliverable"; UNErrorCodes["CUSTOMER_ADDRESS_UNDELIVERABLE"] = "customer_address_undeliverable"; return UNErrorCodes; }({}); //# sourceMappingURL=error.types.js.map