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


RuStore::PayClient::RuStorePaymentException::RuStorePaymentNetworkException

SDK network interaction error.

Inherits from RuStore.PayClient.RuStorePaymentException, RuStoreError

Public Functions

Name
RuStorePaymentNetworkException(string? code, string id, string name, string description, RuStoreError? cause)

Public Properties

Name
string? code — Network error code.
string id — Identifier.

Additional inherited members

Public Classes inherited from RuStore.PayClient.RuStorePaymentException

Name
class ApplicationSchemeWasNotProvided — Application scheme was not provided.
class EmptyPaymentTokenException — Error obtaining payment token.
class InvalidCardBindingIdException — Error paying with saved card.
class ProductPurchaseCancelled — Product purchase cancelled (the user closed the payment sheet).
class ProductPurchaseException — Product purchase error (unable to set purchase status).
class RuStorePayClientAlreadyExist — SDK re-initialization error.
class RuStorePayClientNotCreated — Attempt to access public SDK interfaces before initialization.
class RuStorePayInvalidActivePurchase — Payment process for unknown product type has been started.
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 RuStorePaymentNetworkException

RuStorePaymentNetworkException(
    string? code,
    string id,
    string name,
    string description,
    RuStoreError? cause
)

property code

string? code;

Network error code.

property id

string id;

Identifier.


Назад