API/Autodoc/Classes/FURuStorePayEmptyPaymentTokenException.en.md


FURuStorePayEmptyPaymentTokenException

Error: empty payment token.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStorePayPaymentException, FURuStoreError

Public Functions

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

Additional inherited members

Public Functions inherited from FURuStorePayPaymentException

Name
FURuStorePayPaymentException()
Constructor.
FURuStorePayPaymentException(const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)
Constructor with parameters.
virtual ~FURuStorePayPaymentException()
Destructor.

Public Attributes inherited from FURuStorePayPaymentException

Name
TSharedPtr< FURuStoreError > cause — Cause of error.

Public Functions inherited from FURuStoreError

Name
FURuStoreError()
Constructor.
virtual ~FURuStoreError()
virtual FString GetTypeName()

Public Attributes inherited from FURuStoreError

Name
const FString TypeName
FString name — Error name. Contains the simpleName of the error class.
FString description — Error message.

function FURuStorePayEmptyPaymentTokenException

inline FURuStorePayEmptyPaymentTokenException()

function FURuStorePayEmptyPaymentTokenException

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

Назад