cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
类型匹配错误 更多...
#include <Exceptions.hpp>
Public 成员函数 | |
TypeDismatchError (std::string expected, std::string received) | |
Public 属性 | |
std::string | expected_type |
目标类型 更多... | |
std::string | received_type |
实际类型 更多... | |
类型匹配错误
在文件 Exceptions.hpp 第 116 行定义.
|
inline |
在文件 Exceptions.hpp 第 124 行定义.
std::string Mirai::TypeDismatchError::expected_type |
目标类型
在文件 Exceptions.hpp 第 120 行定义.
std::string Mirai::TypeDismatchError::received_type |
实际类型
在文件 Exceptions.hpp 第 122 行定义.