|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
错误类别体系 更多...
类 | |
| class | neforce::error_category |
| 错误类别抽象基类 更多... | |
| class | neforce::generic_error_category |
| 通用错误类别 更多... | |
| class | neforce::system_error_category |
| 系统错误类别 更多... | |
函数 | |
| const error_category & | neforce::generic_category () noexcept |
| 获取通用错误类别单例 | |
| error_code | neforce::make_error_code (errc e) noexcept |
| 从 errc 枚举创建错误码 | |
| error_condition | neforce::make_error_condition (errc e) noexcept |
| 从 errc 枚举创建错误条件 | |
| const error_category & | neforce::system_category () noexcept |
| 获取系统错误类别单例 | |
错误类别体系
此文件提供了错误类别的抽象基类以及通用和系统两种标准错误类别实现。 与 error_code / error_condition 配合,构成完整的错误码体系。
在文件 error_category.hpp 中定义.