API/Autodoc/Classes/FURuStorePaymentNetworkException.md


FURuStorePaymentNetworkException

Ошибка: сетевая ошибка платежа.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStorePayPaymentException, FURuStoreError

Public Functions

Name
FURuStorePaymentNetworkException()
FURuStorePaymentNetworkException(const FString & inCode, const FString & inId, const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)

Public Attributes

Name
FString code — Код ошибки.
FString id — Идентификатор ошибки.

Additional inherited members

Public Functions inherited from FURuStorePayPaymentException

Name
FURuStorePayPaymentException()
Конструктор.
FURuStorePayPaymentException(const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)
Конструктор с параметрами.
virtual ~FURuStorePayPaymentException()
Деструктор.

Public Attributes inherited from FURuStorePayPaymentException

Name
TSharedPtr< FURuStoreError > cause — Причина ошибки.

Public Functions inherited from FURuStoreError

Name
FURuStoreError()
Конструктор.
virtual ~FURuStoreError()
virtual FString GetTypeName()

Public Attributes inherited from FURuStoreError

Name
const FString TypeName
FString name — Название ошибки. Содержит имя simpleName класса ошибки.
FString description — Сообщение ошибки.

function FURuStorePaymentNetworkException

inline FURuStorePaymentNetworkException()

function FURuStorePaymentNetworkException

inline FURuStorePaymentNetworkException(
    const FString & inCode,
    const FString & inId,
    const FString & inName,
    const FString & inMessage,
    TSharedPtr< FURuStoreError > inCause
)

variable code

FString code;

Код ошибки.

variable id

FString id;

Идентификатор ошибки.


Назад