API/Autodoc/Classes/FURuStorePaymentNetworkException.en.md


FURuStorePaymentNetworkException

Error: payment network error.

#include <FURuStorePayPaymentException.h>

Inherits from FURuStorePayPaymentException, FURuStoreError

Public Functions

Name
FURuStorePaymentNetworkException()
FURuStorePaymentNetworkException(const FString & inCode, const FString & inId, const FString & inName, const FString & inMessage, TSharedPtr< FURuStoreError > inCause)

Public Attributes

Name
FString code — Error code.
FString id — Error identifier.

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 FURuStorePaymentNetworkException

inline FURuStorePaymentNetworkException()

function FURuStorePaymentNetworkException

inline FURuStorePaymentNetworkException(
    const FString & inCode,
    const FString & inId,
    const FString & inName,
    const FString & inMessage,
    TSharedPtr< FURuStoreError > inCause
)

variable code

FString code;

Error code.

variable id

FString id;

Error identifier.


Назад