API/Autodoc/Classes/FURuStorePayClientAlreadyExist.md


FURuStorePayClientAlreadyExist

Ошибка: платежный клиент уже существует.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStorePayPaymentException, FURuStoreError

Public Functions

Name
FURuStorePayClientAlreadyExist()
FURuStorePayClientAlreadyExist(const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)

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 FURuStorePayClientAlreadyExist

inline FURuStorePayClientAlreadyExist()

function FURuStorePayClientAlreadyExist

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

Назад