Sendbird Chat SDK for Unreal
output_libs_from_ci
Plugins
Sendbird
Source
Sendbird
include
SBDError.h
1
// Copyright (c) 2021 Sendbird, Inc. All rights reserved.
2
3
#ifndef SENDBIRD_SBDERROR_H_
4
#define SENDBIRD_SBDERROR_H_
5
6
#include <string>
7
8
class
FSBDError;
9
13
class
SBDError
final {
14
public
:
18
std::wstring
message
;
19
23
int64_t
code
;
24
25
private
:
26
SBDError
(
const
std::string& msg, int64_t c);
27
28
friend
FSBDError;
29
};
30
31
#endif
/* SENDBIRD_SBDERROR_H_ */
SBDError
Definition:
SBDError.h:13
SBDError::message
std::wstring message
Definition:
SBDError.h:18
SBDError::code
int64_t code
Definition:
SBDError.h:23
Generated by
1.9.3