API/Autodoc/Classes/FURuStorePayPaymentException.en.md


FURuStorePayPaymentException

Information about payment client errors.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStoreError

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

Public Functions

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

Public Attributes

Name
TSharedPtr< FURuStoreError > cause — Cause of the error.

Additional inherited members

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 FURuStorePayPaymentException

inline FURuStorePayPaymentException()

Constructor.

function FURuStorePayPaymentException

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

Constructor with parameters.

function ~FURuStorePayPaymentException

inline virtual ~FURuStorePayPaymentException()

Destructor.

variable cause

TSharedPtr< FURuStoreError > cause;

Cause of the error.


Назад