Skip to main content

Module status

Module status 

Source
Expand description

RPC outcomes: the Status type and its Code, plus the grpc-status trailer (de)serialization that moves them on and off the wire.

Structs§

Status
The outcome of an RPC: a Code, a human-readable message, and any trailing Metadata.

Enums§

Code
A gRPC status code — the integer carried in the grpc-status trailer.