cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of StatusCode enumeration. More...
#include <cstdint>
#include <string_view>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::common |
Namespace of common classes and functions. |
Functions | |
std::string_view | msgpack_rpc::common::format_status_code (StatusCode code) noexcept |
Format a status code. |
Definition of StatusCode enumeration.
Definition in file status_code.h.