AquinBot
1.0.2
Official AquinBot made by Team Aquin | Finaly a simple Open Source Discord bot made in C++ by Aquin
Loading...
Searching...
No Matches
Error.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Error.hpp
"
4
5
#include <string>
6
10
typedef
struct
Error
11
{
12
int
returncode
;
13
14
std::string
reason
;
15
16
bool
botReply
;
17
}
Error
;
18
Error.hpp
Error
Set the current error with the return code, reason and if bot can reply (botReply)
Definition
Error.hpp:11
Error::botReply
bool botReply
Definition
Error.hpp:16
Error::reason
std::string reason
Definition
Error.hpp:14
Error::returncode
int returncode
Definition
Error.hpp:12
inc
types
Error.hpp
Generated by
1.13.2