|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Defines error types and codes for error handling in the tec library. More...
#include <tec_status.hpp>
Classes | |
| struct | Code |
| Defines error codes with a default unspecified value. More... | |
Public Types | |
| enum class | Kind : int { Ok , Err , IOErr , RuntimeErr , NetErr , RpcErr , TimeoutErr , Invalid , System , NotImplemented , Unsupported } |
| Enumerates possible error categories. More... | |
Defines error types and codes for error handling in the tec library.
Provides an enumeration of error kinds and a templated structure for error codes.
|
strong |
Enumerates possible error categories.
Defines a set of error kinds used to categorize errors in the tec library.