Sese Framework
x.y.z
A cross-platform framework
|
错误码 更多...
#include <ErrorCode.h>
Public 成员函数 | |
ErrorCode (int32_t error, std::string msg) noexcept | |
构造函数 | |
int32_t | value () const noexcept |
获取错误码 | |
const std::string & | message () const noexcept |
获取错误描述 | |
operator bool () const noexcept | |
Private 属性 | |
int32_t | error |
std::string | msg |
错误码
|
noexcept |
构造函数
error | 错误码 |
msg | 错误描述 |
|
inlinenodiscardnoexcept |
|
inlineexplicitnoexcept |
引用了 value().
|
inlinenodiscardnoexcept |
|
private |
被这些函数引用 value().
|
private |
被这些函数引用 message().