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


RuStore::PayClient::RuStorePaymentException::RuStorePayClientAlreadyExist

Error of repeated SDK initialization.

Inherits from RuStore.PayClient.RuStorePaymentException, RuStoreError

Public Functions

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

Additional inherited members

Public Classes inherited from RuStore.PayClient.RuStorePaymentException

Name
class ApplicationSchemeWasNotProvided — Application scheme not provided.
class EmptyPaymentTokenException — Error retrieving payment token.
class InvalidCardBindingIdException — Error paying with saved card.
class ProductPurchaseCancelled — Product purchase was cancelled (user closed the payment window).
class ProductPurchaseException — Product purchase error (cannot determine purchase status).
class RuStorePayClientAlreadyExist — Error of repeated SDK initialization.
class RuStorePayClientNotCreated — Attempt to access public SDK interfaces before initialization.
class RuStorePayInvalidActivePurchase — Payment process started for an unknown product type.
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 actions).

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 RuStorePayClientAlreadyExist

RuStorePayClientAlreadyExist(
    string name,
    string description,
    RuStoreError? cause
)
Назад