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 — Error cause.

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.
Назад