cpp-mirai-client  v2.6.1
cpp client for mirai-api-http
Mirai::TypeDismatchError类 参考

类型匹配错误 更多...

#include <Exceptions.hpp>

类 Mirai::TypeDismatchError 继承关系图:
[图例]
Mirai::TypeDismatchError 的协作图:
[图例]

Public 成员函数

 TypeDismatchError (std::string expected, std::string received)
 

Public 属性

std::string expected_type
 目标类型 更多...
 
std::string received_type
 实际类型 更多...
 

详细描述

类型匹配错误

在文件 Exceptions.hpp116 行定义.

构造及析构函数说明

◆ TypeDismatchError()

Mirai::TypeDismatchError::TypeDismatchError ( std::string  expected,
std::string  received 
)
inline

在文件 Exceptions.hpp124 行定义.

类成员变量说明

◆ expected_type

std::string Mirai::TypeDismatchError::expected_type

目标类型

在文件 Exceptions.hpp120 行定义.

◆ received_type

std::string Mirai::TypeDismatchError::received_type

实际类型

在文件 Exceptions.hpp122 行定义.


该类的文档由以下文件生成: