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


RuStore::PayClient::RuStorePaymentException::RuStorePaySignatureException

Invalid response signature (occurs when attempting to perform fraudulent actions).

Inherits from RuStore.PayClient.RuStorePaymentException, RuStoreError

Public Functions

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

Additional inherited members

Public Classes inherited from RuStore.PayClient.RuStorePaymentException

Name
class ApplicationSchemeWasNotProvided — The application scheme was not provided.
class EmptyPaymentTokenException — Error occurred while receiving the payment token.
class InvalidCardBindingIdException — Error occurred while paying with a saved card.
class ProductPurchaseCancelled — The product purchase was canceled (the user closed the payment sheet).
class ProductPurchaseException — Product purchase error (unable to set the purchase status).
class RuStorePayClientAlreadyExist — Error occurred when reinitializing the SDK.
class RuStorePayClientNotCreated — Attempt to access public SDK interfaces before its initialization.
class RuStorePayInvalidActivePurchase — A payment process for an unknown product type has been initiated.
class RuStorePayInvalidConsoleAppId — The 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 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 RuStorePaySignatureException

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

Назад