cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
网络通信错误 更多...
#include <Exceptions.hpp>
Public 成员函数 | |
NetworkException (int code, std::string message) | |
Public 属性 | |
int | code |
错误码 更多... | |
std::string | message |
错误信息 更多... | |
网络通信错误
在文件 Exceptions.hpp 第 80 行定义.
|
inline |
在文件 Exceptions.hpp 第 87 行定义.
int Mirai::NetworkException::code |
错误码
在文件 Exceptions.hpp 第 84 行定义.
std::string Mirai::NetworkException::message |
错误信息
在文件 Exceptions.hpp 第 86 行定义.