Stream Chat Unreal SDK
Loading...
Searching...
No Matches
ErrorResponseDto.h
1
// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
7
#include "ErrorResponseDto.generated.h"
8
13
USTRUCT(BlueprintType)
14
struct STREAMCHATDTO_API
FErrorResponseDto
15
{
16
GENERATED_BODY()
17
18
bool
IsTokenExpired()
const
;
19
21
UPROPERTY()
22
int32 StatusCode = -1;
23
25
UPROPERTY()
26
int32 Code = -1;
27
29
UPROPERTY()
30
FString Duration;
31
33
UPROPERTY()
34
FString Message;
35
37
UPROPERTY()
38
FString MoreInfo;
39
};
FErrorResponseDto
#/components/schemas/APIError
Definition:
ErrorResponseDto.h:15
Source
Backend
StreamChatDto
Public
Response
ErrorResponseDto.h
Generated by
1.9.5