|
Cpp-Taskflow
2.0.0
|
The error category of taskflow. More...
#include <error.hpp>


Public Types | |
| enum | Code : int { SUCCESS = 0, FLOW_BUILDER, EXECUTOR } |
| Error code definition. | |
Public Member Functions | |
| const char * | name () const noexcept override final |
| returns the name of the taskflow error category | |
| std::string | message (int) const override final |
| query the human-readable string of each error code | |
Static Public Member Functions | |
| static const std::error_category & | get () |
| acquires the singleton instance of the taskflow error category | |
The error category of taskflow.