Modules§
Structs§
- Server
Error 🔒 - The error produced by the gRPC server and sent to the client on the wire.
- Tonic
Status Wrapper - A wrapper of
tonic::Status
that provides better error message and extracts the source chain from thedetails
field.
Constants§
- CALL_
KEY - The key of the metadata field that contains the call name.
- ERROR_
KEY 🔒 - The key of the metadata field that contains the serialized error.
Traits§
Functions§
Type Aliases§
- Service
Name 🔒 - The service name that the error is from. Used to provide better error message.