API/Autodoc/Classes/RuStore.PayClient.RuStorePaymentException.RuStorePayInvalidActivePurchase.en.md


RuStore::PayClient::RuStorePaymentException::RuStorePayInvalidActivePurchase

The payment process for an unknown product type has been launched.

Inherits from RuStore.PayClient.RuStorePaymentException, RuStoreError

Public Functions

Name
RuStorePayInvalidActivePurchase(string name, string description, RuStoreError? cause)

Additional inherited members

Public Classes inherited from RuStore.PayClient.RuStorePaymentException

Name
class ApplicationSchemeWasNotProvided — Application scheme was not provided.
class EmptyPaymentTokenException — Error receiving payment token.
class InvalidCardBindingIdException — Error paying with a saved card.
class ProductPurchaseCancelled — Product purchase was cancelled (user closed the payment window).
class ProductPurchaseException — Product purchase error (unable to set purchase status).
class RuStorePayClientAlreadyExist — SDK re-initialization error.
class RuStorePayClientNotCreated — Attempt to access SDK public interfaces before its initialization.
class RuStorePayInvalidActivePurchase — The payment process for an unknown product type has been launched.
class RuStorePayInvalidConsoleAppId — Required parameter console_app_id_value for SDK initialization is not set.
class RuStorePaymentCommonException — General SDK error.
class RuStorePaymentNetworkException — SDK network interaction error.
class RuStorePaySignatureException — Invalid response signature (occurs when attempting fraudulent activities).

Public Functions inherited from RuStore.PayClient.RuStorePaymentException

Name
RuStorePaymentException(string name, string description, RuStoreError? cause)
Constructor.

Public Properties inherited from RuStore.PayClient.RuStorePaymentException

Name
? RuStoreError cause — Error information.

function RuStorePayInvalidActivePurchase

RuStorePayInvalidActivePurchase(
    string name,
    string description,
    RuStoreError? cause
)

Назад