|
unilink
0.4.3
A simple C++ library for unified async communication
|
Context for error events. More...
#include <context.hpp>
Public Member Functions | |
| ErrorContext (ErrorCode code, std::string_view message, std::optional< size_t > client_id=std::nullopt) | |
| ErrorCode | code () const |
| std::string_view | message () const |
| std::optional< size_t > | client_id () const |
Context for error events.
Definition at line 70 of file context.hpp.
|
inline |
Definition at line 72 of file context.hpp.
|
inline |
Definition at line 77 of file context.hpp.
|
inline |
Definition at line 75 of file context.hpp.
|
inline |
Definition at line 76 of file context.hpp.