cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Namespace of common classes and functions. More...
Classes | |
class | MsgpackRPCException |
Class of exceptions in cpp-msgpack-rpc library. More... | |
class | Status |
Class of statuses. More... |
Enumerations | |
enum class | StatusCode : std::uint8_t { SUCCESS = 0 , INVALID_ARGUMENT , INVALID_MESSAGE , TYPE_ERROR , PRECONDITION_NOT_MET , OPERATION_ABORTED , OPERATION_FAILURE , HOST_UNRESOLVED , CONNECTION_FAILURE , TIMEOUT , SERVER_ERROR , UNEXPECTED_ERROR } |
Enumeration of status codes. More... |
Functions | |
std::string_view | format_status_code (StatusCode code) noexcept |
Format a status code. |
Namespace of common classes and functions.
|
strong |
Enumeration of status codes.
Definition at line 33 of file status_code.h.
|
nodiscardnoexcept |
Format a status code.
[in] | code | Status code. |
Definition at line 25 of file status_code.cpp.