API/Autodoc/Classes/FURuStorePayPaymentException.md


FURuStorePayPaymentException

Информация об ошибках платежного клиента.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStoreError

Inherited by FURuStorePayApplicationSchemeWasNotProvided, FURuStorePayClientAlreadyExist, FURuStorePayClientNotCreated, FURuStorePayEmptyPaymentTokenException, FURuStorePayInvalidActivePurchase, FURuStorePayInvalidConsoleAppId, FURuStorePayProductPurchaseCancelled, FURuStorePayProductPurchaseException, FURuStorePaySignatureException, FURuStorePaymentCommonException, FURuStorePaymentNetworkException

Public Functions

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

Public Attributes

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

Additional inherited members

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 FURuStorePayPaymentException

inline FURuStorePayPaymentException()

Конструктор.

function FURuStorePayPaymentException

inline FURuStorePayPaymentException(
    const FString & inName,
    const FString & inMessage,
    TSharedPtr< FURuStoreError > inCause
)

Конструктор с параметрами.

function ~FURuStorePayPaymentException

inline virtual ~FURuStorePayPaymentException()

Деструктор.

variable cause

TSharedPtr< FURuStoreError > cause;

Причина ошибки.


Назад