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


RuStore::PayClient::RuStorePaymentException::RuStorePayInvalidConsoleAppId

The required parameter console_app_id_value for SDK initialization is not set.

Inherits from RuStore.PayClient.RuStorePaymentException, RuStoreError

Public Functions

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

Additional inherited members

Public Classes inherited from RuStore.PayClient.RuStorePaymentException

Name
class ApplicationSchemeWasNotProvided — The application scheme is not set.
class EmptyPaymentTokenException — Error obtaining payment token.
class InvalidCardBindingIdException — Error paying with saved card.
class ProductPurchaseCancelled — Product purchase was cancelled (user closed the payment screen).
class ProductPurchaseException — Product purchase error (unable to set purchase status).
class RuStorePayClientAlreadyExist — Error reinitializing SDK.
class RuStorePayClientNotCreated — Attempt to access SDK public interfaces before initialization.
class RuStorePayInvalidActivePurchase — Payment process for an unknown product type has been started.
class RuStorePayInvalidConsoleAppId — The required parameter console_app_id_value for SDK initialization is not set.
class RuStorePaymentCommonException — General SDK error.
class RuStorePaymentNetworkException — SDK network communication error.
class RuStorePaySignatureException — Invalid response signature (occurs when attempting to perform 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 RuStorePayInvalidConsoleAppId

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

Назад