UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StropheError.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7
8#if WITH_XMPP_STROPHE
9
11#include "strophe.h"
13
14enum class EStropheErrorType : uint8
15{
16 Unknown,
41};
42
43class FStropheError
44{
45public:
46 explicit FStropheError(const xmpp_stream_error_t& StreamError, int32 InErrorNumber);
47
48 EStropheErrorType GetErrorType() const;
49 const FString& GetErrorString() const;
50 int32 GetErrorNumber() const;
51 const FStropheStanza& GetStanza() const;
52
53protected:
55
56protected:
57 EStropheErrorType ErrorType;
58 FString ErrorString;
61};
62
63#endif
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition Voronoi.cpp:10
const FId InvalidId
Definition TaskTrace.h:39