import { UnknownError, NetworkError, InvalidSdkConfigurationError, InvalidRegionOrHostError, InvalidRegionError, InvalidHostError } from "@smash-sdk/core"; import { GenericError as CreateStripeSetupIntentGenericError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { UnauthorizedError as CreateStripeSetupIntentUnauthorizedError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { InvalidPaymentProviderError as CreateStripeSetupIntentInvalidPaymentProviderError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { NotFoundError as CreateStripeSetupIntentNotFoundError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { InternalServerError as CreateStripeSetupIntentInternalServerError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { BadGatewayError as CreateStripeSetupIntentBadGatewayError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { GatewayTimeoutError as CreateStripeSetupIntentGatewayTimeoutError } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntentError"; import { GenericError as CreateSubscriptionGenericError } from "./types/CreateSubscription/CreateSubscriptionError"; import { InvalidParameterError as CreateSubscriptionInvalidParameterError } from "./types/CreateSubscription/CreateSubscriptionError"; import { UnauthorizedError as CreateSubscriptionUnauthorizedError } from "./types/CreateSubscription/CreateSubscriptionError"; import { InvalidPaymentInformationsError as CreateSubscriptionInvalidPaymentInformationsError } from "./types/CreateSubscription/CreateSubscriptionError"; import { InvalidPlanError as CreateSubscriptionInvalidPlanError } from "./types/CreateSubscription/CreateSubscriptionError"; import { NotFoundError as CreateSubscriptionNotFoundError } from "./types/CreateSubscription/CreateSubscriptionError"; import { InternalServerError as CreateSubscriptionInternalServerError } from "./types/CreateSubscription/CreateSubscriptionError"; import { BadGatewayError as CreateSubscriptionBadGatewayError } from "./types/CreateSubscription/CreateSubscriptionError"; import { GatewayTimeoutError as CreateSubscriptionGatewayTimeoutError } from "./types/CreateSubscription/CreateSubscriptionError"; import { GenericError as ExecutePaypalPaymentGenericError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { InvalidParameterError as ExecutePaypalPaymentInvalidParameterError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { UnauthorizedError as ExecutePaypalPaymentUnauthorizedError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { ConflictError as ExecutePaypalPaymentConflictError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { InternalServerError as ExecutePaypalPaymentInternalServerError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { BadGatewayError as ExecutePaypalPaymentBadGatewayError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { GatewayTimeoutError as ExecutePaypalPaymentGatewayTimeoutError } from "./types/ExecutePaypalPayment/ExecutePaypalPaymentError"; import { GenericError as ExecuteStripePaymentGenericError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { InvalidParameterError as ExecuteStripePaymentInvalidParameterError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { UnauthorizedError as ExecuteStripePaymentUnauthorizedError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { InvalidPaymentProviderError as ExecuteStripePaymentInvalidPaymentProviderError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { NotFoundError as ExecuteStripePaymentNotFoundError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { ConflictError as ExecuteStripePaymentConflictError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { InternalServerError as ExecuteStripePaymentInternalServerError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { BadGatewayError as ExecuteStripePaymentBadGatewayError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { GatewayTimeoutError as ExecuteStripePaymentGatewayTimeoutError } from "./types/ExecuteStripePayment/ExecuteStripePaymentError"; import { GenericError as GetGroupGenericError } from "./types/GetGroup/GetGroupError"; import { InvalidParameterError as GetGroupInvalidParameterError } from "./types/GetGroup/GetGroupError"; import { UnauthorizedError as GetGroupUnauthorizedError } from "./types/GetGroup/GetGroupError"; import { NotFoundError as GetGroupNotFoundError } from "./types/GetGroup/GetGroupError"; import { InternalServerError as GetGroupInternalServerError } from "./types/GetGroup/GetGroupError"; import { BadGatewayError as GetGroupBadGatewayError } from "./types/GetGroup/GetGroupError"; import { GatewayTimeoutError as GetGroupGatewayTimeoutError } from "./types/GetGroup/GetGroupError"; import { GenericError as GetInformationsGenericError } from "./types/GetInformations/GetInformationsError"; import { UnauthorizedError as GetInformationsUnauthorizedError } from "./types/GetInformations/GetInformationsError"; import { NotFoundError as GetInformationsNotFoundError } from "./types/GetInformations/GetInformationsError"; import { InternalServerError as GetInformationsInternalServerError } from "./types/GetInformations/GetInformationsError"; import { BadGatewayError as GetInformationsBadGatewayError } from "./types/GetInformations/GetInformationsError"; import { GatewayTimeoutError as GetInformationsGatewayTimeoutError } from "./types/GetInformations/GetInformationsError"; import { GenericError as GetInvoiceGenericError } from "./types/GetInvoice/GetInvoiceError"; import { InvalidParameterError as GetInvoiceInvalidParameterError } from "./types/GetInvoice/GetInvoiceError"; import { UnauthorizedError as GetInvoiceUnauthorizedError } from "./types/GetInvoice/GetInvoiceError"; import { NotFoundError as GetInvoiceNotFoundError } from "./types/GetInvoice/GetInvoiceError"; import { InternalServerError as GetInvoiceInternalServerError } from "./types/GetInvoice/GetInvoiceError"; import { BadGatewayError as GetInvoiceBadGatewayError } from "./types/GetInvoice/GetInvoiceError"; import { GatewayTimeoutError as GetInvoiceGatewayTimeoutError } from "./types/GetInvoice/GetInvoiceError"; import { GenericError as GetPlanGenericError } from "./types/GetPlan/GetPlanError"; import { InvalidParameterError as GetPlanInvalidParameterError } from "./types/GetPlan/GetPlanError"; import { UnauthorizedError as GetPlanUnauthorizedError } from "./types/GetPlan/GetPlanError"; import { NotFoundError as GetPlanNotFoundError } from "./types/GetPlan/GetPlanError"; import { InternalServerError as GetPlanInternalServerError } from "./types/GetPlan/GetPlanError"; import { BadGatewayError as GetPlanBadGatewayError } from "./types/GetPlan/GetPlanError"; import { GatewayTimeoutError as GetPlanGatewayTimeoutError } from "./types/GetPlan/GetPlanError"; import { GenericError as GetPlanGroupGenericError } from "./types/GetPlanGroup/GetPlanGroupError"; import { InvalidParameterError as GetPlanGroupInvalidParameterError } from "./types/GetPlanGroup/GetPlanGroupError"; import { UnauthorizedError as GetPlanGroupUnauthorizedError } from "./types/GetPlanGroup/GetPlanGroupError"; import { NotFoundError as GetPlanGroupNotFoundError } from "./types/GetPlanGroup/GetPlanGroupError"; import { InternalServerError as GetPlanGroupInternalServerError } from "./types/GetPlanGroup/GetPlanGroupError"; import { BadGatewayError as GetPlanGroupBadGatewayError } from "./types/GetPlanGroup/GetPlanGroupError"; import { GatewayTimeoutError as GetPlanGroupGatewayTimeoutError } from "./types/GetPlanGroup/GetPlanGroupError"; import { GenericError as GetStripePaymentMethodGenericError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { UnauthorizedError as GetStripePaymentMethodUnauthorizedError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { InvalidModeOrPaymentProviderError as GetStripePaymentMethodInvalidModeOrPaymentProviderError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { NotFoundError as GetStripePaymentMethodNotFoundError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { InternalServerError as GetStripePaymentMethodInternalServerError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { BadGatewayError as GetStripePaymentMethodBadGatewayError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { GatewayTimeoutError as GetStripePaymentMethodGatewayTimeoutError } from "./types/GetStripePaymentMethod/GetStripePaymentMethodError"; import { GenericError as GetSubscriptionGenericError } from "./types/GetSubscription/GetSubscriptionError"; import { UnauthorizedError as GetSubscriptionUnauthorizedError } from "./types/GetSubscription/GetSubscriptionError"; import { NotFoundError as GetSubscriptionNotFoundError } from "./types/GetSubscription/GetSubscriptionError"; import { InternalServerError as GetSubscriptionInternalServerError } from "./types/GetSubscription/GetSubscriptionError"; import { BadGatewayError as GetSubscriptionBadGatewayError } from "./types/GetSubscription/GetSubscriptionError"; import { GatewayTimeoutError as GetSubscriptionGatewayTimeoutError } from "./types/GetSubscription/GetSubscriptionError"; import { GenericError as InitiatePaypalPaymentGenericError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { UnauthorizedError as InitiatePaypalPaymentUnauthorizedError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { InvalidPaymentInformationsError as InitiatePaypalPaymentInvalidPaymentInformationsError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { InvalidSubscriptionError as InitiatePaypalPaymentInvalidSubscriptionError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { NoPaymentRequiredError as InitiatePaypalPaymentNoPaymentRequiredError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { NotFoundError as InitiatePaypalPaymentNotFoundError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { InternalServerError as InitiatePaypalPaymentInternalServerError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { BadGatewayError as InitiatePaypalPaymentBadGatewayError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { GatewayTimeoutError as InitiatePaypalPaymentGatewayTimeoutError } from "./types/InitiatePaypalPayment/InitiatePaypalPaymentError"; import { GenericError as InitiateStripePaymentGenericError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { UnauthorizedError as InitiateStripePaymentUnauthorizedError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { InvalidPaymentInformationsError as InitiateStripePaymentInvalidPaymentInformationsError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { InvalidSubscriptionError as InitiateStripePaymentInvalidSubscriptionError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { NoPaymentRequiredError as InitiateStripePaymentNoPaymentRequiredError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { NotFoundError as InitiateStripePaymentNotFoundError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { InternalServerError as InitiateStripePaymentInternalServerError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { BadGatewayError as InitiateStripePaymentBadGatewayError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { GatewayTimeoutError as InitiateStripePaymentGatewayTimeoutError } from "./types/InitiateStripePayment/InitiateStripePaymentError"; import { GenericError as ListGroupPlansGenericError } from "./types/ListGroupPlans/ListGroupPlansError"; import { InvalidParameterError as ListGroupPlansInvalidParameterError } from "./types/ListGroupPlans/ListGroupPlansError"; import { UnauthorizedError as ListGroupPlansUnauthorizedError } from "./types/ListGroupPlans/ListGroupPlansError"; import { NotFoundError as ListGroupPlansNotFoundError } from "./types/ListGroupPlans/ListGroupPlansError"; import { InternalServerError as ListGroupPlansInternalServerError } from "./types/ListGroupPlans/ListGroupPlansError"; import { BadGatewayError as ListGroupPlansBadGatewayError } from "./types/ListGroupPlans/ListGroupPlansError"; import { GatewayTimeoutError as ListGroupPlansGatewayTimeoutError } from "./types/ListGroupPlans/ListGroupPlansError"; import { GenericError as ListInvoicesGenericError } from "./types/ListInvoices/ListInvoicesError"; import { UnauthorizedError as ListInvoicesUnauthorizedError } from "./types/ListInvoices/ListInvoicesError"; import { InternalServerError as ListInvoicesInternalServerError } from "./types/ListInvoices/ListInvoicesError"; import { BadGatewayError as ListInvoicesBadGatewayError } from "./types/ListInvoices/ListInvoicesError"; import { GatewayTimeoutError as ListInvoicesGatewayTimeoutError } from "./types/ListInvoices/ListInvoicesError"; import { GenericError as ListSubscriptionLimitsGenericError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { UnauthorizedError as ListSubscriptionLimitsUnauthorizedError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { NotFoundError as ListSubscriptionLimitsNotFoundError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { InternalServerError as ListSubscriptionLimitsInternalServerError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { BadGatewayError as ListSubscriptionLimitsBadGatewayError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { GatewayTimeoutError as ListSubscriptionLimitsGatewayTimeoutError } from "./types/ListSubscriptionLimits/ListSubscriptionLimitsError"; import { GenericError as UnsubscribeSubscriptionGenericError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { InvalidParameterError as UnsubscribeSubscriptionInvalidParameterError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { UnauthorizedError as UnsubscribeSubscriptionUnauthorizedError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { NotFoundError as UnsubscribeSubscriptionNotFoundError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { InternalServerError as UnsubscribeSubscriptionInternalServerError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { BadGatewayError as UnsubscribeSubscriptionBadGatewayError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { GatewayTimeoutError as UnsubscribeSubscriptionGatewayTimeoutError } from "./types/UnsubscribeSubscription/UnsubscribeSubscriptionError"; import { GenericError as UpdateInformationsGenericError } from "./types/UpdateInformations/UpdateInformationsError"; import { InvalidVatNumberError as UpdateInformationsInvalidVatNumberError } from "./types/UpdateInformations/UpdateInformationsError"; import { InvalidParameterError as UpdateInformationsInvalidParameterError } from "./types/UpdateInformations/UpdateInformationsError"; import { UnauthorizedError as UpdateInformationsUnauthorizedError } from "./types/UpdateInformations/UpdateInformationsError"; import { VatNumberNotUpdatableError as UpdateInformationsVatNumberNotUpdatableError } from "./types/UpdateInformations/UpdateInformationsError"; import { NotFoundError as UpdateInformationsNotFoundError } from "./types/UpdateInformations/UpdateInformationsError"; import { InternalServerError as UpdateInformationsInternalServerError } from "./types/UpdateInformations/UpdateInformationsError"; import { BadGatewayError as UpdateInformationsBadGatewayError } from "./types/UpdateInformations/UpdateInformationsError"; import { GatewayTimeoutError as UpdateInformationsGatewayTimeoutError } from "./types/UpdateInformations/UpdateInformationsError"; export declare const errors: { CreateStripeSetupIntent: { UnauthorizedError: typeof CreateStripeSetupIntentUnauthorizedError; InvalidPaymentProviderError: typeof CreateStripeSetupIntentInvalidPaymentProviderError; NotFoundError: typeof CreateStripeSetupIntentNotFoundError; InternalServerError: typeof CreateStripeSetupIntentInternalServerError; BadGatewayError: typeof CreateStripeSetupIntentBadGatewayError; GatewayTimeoutError: typeof CreateStripeSetupIntentGatewayTimeoutError; GenericError: typeof CreateStripeSetupIntentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; CreateSubscription: { InvalidParameterError: typeof CreateSubscriptionInvalidParameterError; UnauthorizedError: typeof CreateSubscriptionUnauthorizedError; InvalidPaymentInformationsError: typeof CreateSubscriptionInvalidPaymentInformationsError; InvalidPlanError: typeof CreateSubscriptionInvalidPlanError; NotFoundError: typeof CreateSubscriptionNotFoundError; InternalServerError: typeof CreateSubscriptionInternalServerError; BadGatewayError: typeof CreateSubscriptionBadGatewayError; GatewayTimeoutError: typeof CreateSubscriptionGatewayTimeoutError; GenericError: typeof CreateSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ExecutePaypalPayment: { InvalidParameterError: typeof ExecutePaypalPaymentInvalidParameterError; UnauthorizedError: typeof ExecutePaypalPaymentUnauthorizedError; ConflictError: typeof ExecutePaypalPaymentConflictError; InternalServerError: typeof ExecutePaypalPaymentInternalServerError; BadGatewayError: typeof ExecutePaypalPaymentBadGatewayError; GatewayTimeoutError: typeof ExecutePaypalPaymentGatewayTimeoutError; GenericError: typeof ExecutePaypalPaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ExecuteStripePayment: { InvalidParameterError: typeof ExecuteStripePaymentInvalidParameterError; UnauthorizedError: typeof ExecuteStripePaymentUnauthorizedError; InvalidPaymentProviderError: typeof ExecuteStripePaymentInvalidPaymentProviderError; NotFoundError: typeof ExecuteStripePaymentNotFoundError; ConflictError: typeof ExecuteStripePaymentConflictError; InternalServerError: typeof ExecuteStripePaymentInternalServerError; BadGatewayError: typeof ExecuteStripePaymentBadGatewayError; GatewayTimeoutError: typeof ExecuteStripePaymentGatewayTimeoutError; GenericError: typeof ExecuteStripePaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetGroup: { InvalidParameterError: typeof GetGroupInvalidParameterError; UnauthorizedError: typeof GetGroupUnauthorizedError; NotFoundError: typeof GetGroupNotFoundError; InternalServerError: typeof GetGroupInternalServerError; BadGatewayError: typeof GetGroupBadGatewayError; GatewayTimeoutError: typeof GetGroupGatewayTimeoutError; GenericError: typeof GetGroupGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetInformations: { UnauthorizedError: typeof GetInformationsUnauthorizedError; NotFoundError: typeof GetInformationsNotFoundError; InternalServerError: typeof GetInformationsInternalServerError; BadGatewayError: typeof GetInformationsBadGatewayError; GatewayTimeoutError: typeof GetInformationsGatewayTimeoutError; GenericError: typeof GetInformationsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetInvoice: { InvalidParameterError: typeof GetInvoiceInvalidParameterError; UnauthorizedError: typeof GetInvoiceUnauthorizedError; NotFoundError: typeof GetInvoiceNotFoundError; InternalServerError: typeof GetInvoiceInternalServerError; BadGatewayError: typeof GetInvoiceBadGatewayError; GatewayTimeoutError: typeof GetInvoiceGatewayTimeoutError; GenericError: typeof GetInvoiceGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetPlan: { InvalidParameterError: typeof GetPlanInvalidParameterError; UnauthorizedError: typeof GetPlanUnauthorizedError; NotFoundError: typeof GetPlanNotFoundError; InternalServerError: typeof GetPlanInternalServerError; BadGatewayError: typeof GetPlanBadGatewayError; GatewayTimeoutError: typeof GetPlanGatewayTimeoutError; GenericError: typeof GetPlanGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetPlanGroup: { InvalidParameterError: typeof GetPlanGroupInvalidParameterError; UnauthorizedError: typeof GetPlanGroupUnauthorizedError; NotFoundError: typeof GetPlanGroupNotFoundError; InternalServerError: typeof GetPlanGroupInternalServerError; BadGatewayError: typeof GetPlanGroupBadGatewayError; GatewayTimeoutError: typeof GetPlanGroupGatewayTimeoutError; GenericError: typeof GetPlanGroupGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetStripePaymentMethod: { UnauthorizedError: typeof GetStripePaymentMethodUnauthorizedError; InvalidModeOrPaymentProviderError: typeof GetStripePaymentMethodInvalidModeOrPaymentProviderError; NotFoundError: typeof GetStripePaymentMethodNotFoundError; InternalServerError: typeof GetStripePaymentMethodInternalServerError; BadGatewayError: typeof GetStripePaymentMethodBadGatewayError; GatewayTimeoutError: typeof GetStripePaymentMethodGatewayTimeoutError; GenericError: typeof GetStripePaymentMethodGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetSubscription: { UnauthorizedError: typeof GetSubscriptionUnauthorizedError; NotFoundError: typeof GetSubscriptionNotFoundError; InternalServerError: typeof GetSubscriptionInternalServerError; BadGatewayError: typeof GetSubscriptionBadGatewayError; GatewayTimeoutError: typeof GetSubscriptionGatewayTimeoutError; GenericError: typeof GetSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; InitiatePaypalPayment: { UnauthorizedError: typeof InitiatePaypalPaymentUnauthorizedError; InvalidPaymentInformationsError: typeof InitiatePaypalPaymentInvalidPaymentInformationsError; InvalidSubscriptionError: typeof InitiatePaypalPaymentInvalidSubscriptionError; NoPaymentRequiredError: typeof InitiatePaypalPaymentNoPaymentRequiredError; NotFoundError: typeof InitiatePaypalPaymentNotFoundError; InternalServerError: typeof InitiatePaypalPaymentInternalServerError; BadGatewayError: typeof InitiatePaypalPaymentBadGatewayError; GatewayTimeoutError: typeof InitiatePaypalPaymentGatewayTimeoutError; GenericError: typeof InitiatePaypalPaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; InitiateStripePayment: { UnauthorizedError: typeof InitiateStripePaymentUnauthorizedError; InvalidPaymentInformationsError: typeof InitiateStripePaymentInvalidPaymentInformationsError; InvalidSubscriptionError: typeof InitiateStripePaymentInvalidSubscriptionError; NoPaymentRequiredError: typeof InitiateStripePaymentNoPaymentRequiredError; NotFoundError: typeof InitiateStripePaymentNotFoundError; InternalServerError: typeof InitiateStripePaymentInternalServerError; BadGatewayError: typeof InitiateStripePaymentBadGatewayError; GatewayTimeoutError: typeof InitiateStripePaymentGatewayTimeoutError; GenericError: typeof InitiateStripePaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListGroupPlans: { InvalidParameterError: typeof ListGroupPlansInvalidParameterError; UnauthorizedError: typeof ListGroupPlansUnauthorizedError; NotFoundError: typeof ListGroupPlansNotFoundError; InternalServerError: typeof ListGroupPlansInternalServerError; BadGatewayError: typeof ListGroupPlansBadGatewayError; GatewayTimeoutError: typeof ListGroupPlansGatewayTimeoutError; GenericError: typeof ListGroupPlansGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListInvoices: { UnauthorizedError: typeof ListInvoicesUnauthorizedError; InternalServerError: typeof ListInvoicesInternalServerError; BadGatewayError: typeof ListInvoicesBadGatewayError; GatewayTimeoutError: typeof ListInvoicesGatewayTimeoutError; GenericError: typeof ListInvoicesGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListSubscriptionLimits: { UnauthorizedError: typeof ListSubscriptionLimitsUnauthorizedError; NotFoundError: typeof ListSubscriptionLimitsNotFoundError; InternalServerError: typeof ListSubscriptionLimitsInternalServerError; BadGatewayError: typeof ListSubscriptionLimitsBadGatewayError; GatewayTimeoutError: typeof ListSubscriptionLimitsGatewayTimeoutError; GenericError: typeof ListSubscriptionLimitsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; UnsubscribeSubscription: { InvalidParameterError: typeof UnsubscribeSubscriptionInvalidParameterError; UnauthorizedError: typeof UnsubscribeSubscriptionUnauthorizedError; NotFoundError: typeof UnsubscribeSubscriptionNotFoundError; InternalServerError: typeof UnsubscribeSubscriptionInternalServerError; BadGatewayError: typeof UnsubscribeSubscriptionBadGatewayError; GatewayTimeoutError: typeof UnsubscribeSubscriptionGatewayTimeoutError; GenericError: typeof UnsubscribeSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; UpdateInformations: { InvalidVatNumberError: typeof UpdateInformationsInvalidVatNumberError; InvalidParameterError: typeof UpdateInformationsInvalidParameterError; UnauthorizedError: typeof UpdateInformationsUnauthorizedError; VatNumberNotUpdatableError: typeof UpdateInformationsVatNumberNotUpdatableError; NotFoundError: typeof UpdateInformationsNotFoundError; InternalServerError: typeof UpdateInformationsInternalServerError; BadGatewayError: typeof UpdateInformationsBadGatewayError; GatewayTimeoutError: typeof UpdateInformationsGatewayTimeoutError; GenericError: typeof UpdateInformationsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; CreateStripeSetupIntentError: { UnauthorizedError: typeof CreateStripeSetupIntentUnauthorizedError; InvalidPaymentProviderError: typeof CreateStripeSetupIntentInvalidPaymentProviderError; NotFoundError: typeof CreateStripeSetupIntentNotFoundError; InternalServerError: typeof CreateStripeSetupIntentInternalServerError; BadGatewayError: typeof CreateStripeSetupIntentBadGatewayError; GatewayTimeoutError: typeof CreateStripeSetupIntentGatewayTimeoutError; GenericError: typeof CreateStripeSetupIntentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; CreateSubscriptionError: { InvalidParameterError: typeof CreateSubscriptionInvalidParameterError; UnauthorizedError: typeof CreateSubscriptionUnauthorizedError; InvalidPaymentInformationsError: typeof CreateSubscriptionInvalidPaymentInformationsError; InvalidPlanError: typeof CreateSubscriptionInvalidPlanError; NotFoundError: typeof CreateSubscriptionNotFoundError; InternalServerError: typeof CreateSubscriptionInternalServerError; BadGatewayError: typeof CreateSubscriptionBadGatewayError; GatewayTimeoutError: typeof CreateSubscriptionGatewayTimeoutError; GenericError: typeof CreateSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ExecutePaypalPaymentError: { InvalidParameterError: typeof ExecutePaypalPaymentInvalidParameterError; UnauthorizedError: typeof ExecutePaypalPaymentUnauthorizedError; ConflictError: typeof ExecutePaypalPaymentConflictError; InternalServerError: typeof ExecutePaypalPaymentInternalServerError; BadGatewayError: typeof ExecutePaypalPaymentBadGatewayError; GatewayTimeoutError: typeof ExecutePaypalPaymentGatewayTimeoutError; GenericError: typeof ExecutePaypalPaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ExecuteStripePaymentError: { InvalidParameterError: typeof ExecuteStripePaymentInvalidParameterError; UnauthorizedError: typeof ExecuteStripePaymentUnauthorizedError; InvalidPaymentProviderError: typeof ExecuteStripePaymentInvalidPaymentProviderError; NotFoundError: typeof ExecuteStripePaymentNotFoundError; ConflictError: typeof ExecuteStripePaymentConflictError; InternalServerError: typeof ExecuteStripePaymentInternalServerError; BadGatewayError: typeof ExecuteStripePaymentBadGatewayError; GatewayTimeoutError: typeof ExecuteStripePaymentGatewayTimeoutError; GenericError: typeof ExecuteStripePaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetGroupError: { InvalidParameterError: typeof GetGroupInvalidParameterError; UnauthorizedError: typeof GetGroupUnauthorizedError; NotFoundError: typeof GetGroupNotFoundError; InternalServerError: typeof GetGroupInternalServerError; BadGatewayError: typeof GetGroupBadGatewayError; GatewayTimeoutError: typeof GetGroupGatewayTimeoutError; GenericError: typeof GetGroupGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetInformationsError: { UnauthorizedError: typeof GetInformationsUnauthorizedError; NotFoundError: typeof GetInformationsNotFoundError; InternalServerError: typeof GetInformationsInternalServerError; BadGatewayError: typeof GetInformationsBadGatewayError; GatewayTimeoutError: typeof GetInformationsGatewayTimeoutError; GenericError: typeof GetInformationsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetInvoiceError: { InvalidParameterError: typeof GetInvoiceInvalidParameterError; UnauthorizedError: typeof GetInvoiceUnauthorizedError; NotFoundError: typeof GetInvoiceNotFoundError; InternalServerError: typeof GetInvoiceInternalServerError; BadGatewayError: typeof GetInvoiceBadGatewayError; GatewayTimeoutError: typeof GetInvoiceGatewayTimeoutError; GenericError: typeof GetInvoiceGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetPlanError: { InvalidParameterError: typeof GetPlanInvalidParameterError; UnauthorizedError: typeof GetPlanUnauthorizedError; NotFoundError: typeof GetPlanNotFoundError; InternalServerError: typeof GetPlanInternalServerError; BadGatewayError: typeof GetPlanBadGatewayError; GatewayTimeoutError: typeof GetPlanGatewayTimeoutError; GenericError: typeof GetPlanGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetPlanGroupError: { InvalidParameterError: typeof GetPlanGroupInvalidParameterError; UnauthorizedError: typeof GetPlanGroupUnauthorizedError; NotFoundError: typeof GetPlanGroupNotFoundError; InternalServerError: typeof GetPlanGroupInternalServerError; BadGatewayError: typeof GetPlanGroupBadGatewayError; GatewayTimeoutError: typeof GetPlanGroupGatewayTimeoutError; GenericError: typeof GetPlanGroupGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetStripePaymentMethodError: { UnauthorizedError: typeof GetStripePaymentMethodUnauthorizedError; InvalidModeOrPaymentProviderError: typeof GetStripePaymentMethodInvalidModeOrPaymentProviderError; NotFoundError: typeof GetStripePaymentMethodNotFoundError; InternalServerError: typeof GetStripePaymentMethodInternalServerError; BadGatewayError: typeof GetStripePaymentMethodBadGatewayError; GatewayTimeoutError: typeof GetStripePaymentMethodGatewayTimeoutError; GenericError: typeof GetStripePaymentMethodGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; GetSubscriptionError: { UnauthorizedError: typeof GetSubscriptionUnauthorizedError; NotFoundError: typeof GetSubscriptionNotFoundError; InternalServerError: typeof GetSubscriptionInternalServerError; BadGatewayError: typeof GetSubscriptionBadGatewayError; GatewayTimeoutError: typeof GetSubscriptionGatewayTimeoutError; GenericError: typeof GetSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; InitiatePaypalPaymentError: { UnauthorizedError: typeof InitiatePaypalPaymentUnauthorizedError; InvalidPaymentInformationsError: typeof InitiatePaypalPaymentInvalidPaymentInformationsError; InvalidSubscriptionError: typeof InitiatePaypalPaymentInvalidSubscriptionError; NoPaymentRequiredError: typeof InitiatePaypalPaymentNoPaymentRequiredError; NotFoundError: typeof InitiatePaypalPaymentNotFoundError; InternalServerError: typeof InitiatePaypalPaymentInternalServerError; BadGatewayError: typeof InitiatePaypalPaymentBadGatewayError; GatewayTimeoutError: typeof InitiatePaypalPaymentGatewayTimeoutError; GenericError: typeof InitiatePaypalPaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; InitiateStripePaymentError: { UnauthorizedError: typeof InitiateStripePaymentUnauthorizedError; InvalidPaymentInformationsError: typeof InitiateStripePaymentInvalidPaymentInformationsError; InvalidSubscriptionError: typeof InitiateStripePaymentInvalidSubscriptionError; NoPaymentRequiredError: typeof InitiateStripePaymentNoPaymentRequiredError; NotFoundError: typeof InitiateStripePaymentNotFoundError; InternalServerError: typeof InitiateStripePaymentInternalServerError; BadGatewayError: typeof InitiateStripePaymentBadGatewayError; GatewayTimeoutError: typeof InitiateStripePaymentGatewayTimeoutError; GenericError: typeof InitiateStripePaymentGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListGroupPlansError: { InvalidParameterError: typeof ListGroupPlansInvalidParameterError; UnauthorizedError: typeof ListGroupPlansUnauthorizedError; NotFoundError: typeof ListGroupPlansNotFoundError; InternalServerError: typeof ListGroupPlansInternalServerError; BadGatewayError: typeof ListGroupPlansBadGatewayError; GatewayTimeoutError: typeof ListGroupPlansGatewayTimeoutError; GenericError: typeof ListGroupPlansGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListInvoicesError: { UnauthorizedError: typeof ListInvoicesUnauthorizedError; InternalServerError: typeof ListInvoicesInternalServerError; BadGatewayError: typeof ListInvoicesBadGatewayError; GatewayTimeoutError: typeof ListInvoicesGatewayTimeoutError; GenericError: typeof ListInvoicesGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; ListSubscriptionLimitsError: { UnauthorizedError: typeof ListSubscriptionLimitsUnauthorizedError; NotFoundError: typeof ListSubscriptionLimitsNotFoundError; InternalServerError: typeof ListSubscriptionLimitsInternalServerError; BadGatewayError: typeof ListSubscriptionLimitsBadGatewayError; GatewayTimeoutError: typeof ListSubscriptionLimitsGatewayTimeoutError; GenericError: typeof ListSubscriptionLimitsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; UnsubscribeSubscriptionError: { InvalidParameterError: typeof UnsubscribeSubscriptionInvalidParameterError; UnauthorizedError: typeof UnsubscribeSubscriptionUnauthorizedError; NotFoundError: typeof UnsubscribeSubscriptionNotFoundError; InternalServerError: typeof UnsubscribeSubscriptionInternalServerError; BadGatewayError: typeof UnsubscribeSubscriptionBadGatewayError; GatewayTimeoutError: typeof UnsubscribeSubscriptionGatewayTimeoutError; GenericError: typeof UnsubscribeSubscriptionGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; UpdateInformationsError: { InvalidVatNumberError: typeof UpdateInformationsInvalidVatNumberError; InvalidParameterError: typeof UpdateInformationsInvalidParameterError; UnauthorizedError: typeof UpdateInformationsUnauthorizedError; VatNumberNotUpdatableError: typeof UpdateInformationsVatNumberNotUpdatableError; NotFoundError: typeof UpdateInformationsNotFoundError; InternalServerError: typeof UpdateInformationsInternalServerError; BadGatewayError: typeof UpdateInformationsBadGatewayError; GatewayTimeoutError: typeof UpdateInformationsGatewayTimeoutError; GenericError: typeof UpdateInformationsGenericError; UnknownError: typeof UnknownError; NetworkError: typeof NetworkError; }; InvalidSdkConfigurationError: typeof InvalidSdkConfigurationError; InvalidRegionOrHostError: typeof InvalidRegionOrHostError; InvalidRegionError: typeof InvalidRegionError; InvalidHostError: typeof InvalidHostError; };