|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
gRPC status codes and error representation. More...
#include <cstdint>#include <optional>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::protocols::grpc::grpc_status |
| gRPC status with code, message, and optional details More... | |
| struct | kcenon::network::protocols::grpc::grpc_trailers |
| gRPC trailing metadata containing status information More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::protocols |
| namespace | kcenon::network::protocols::grpc |
| gRPC protocol implementation | |
Functions | |
| constexpr auto | kcenon::network::protocols::grpc::status_code_to_string (status_code code) -> std::string_view |
| Convert status code to string. | |
gRPC status codes and error representation.
gRPC status codes and status result type
Defines standard gRPC status codes (RFC) and the grpc_status type for representing RPC operation outcomes.
Definition in file status.h.