Crate tonic_error
source · [−]Enums
Represents an error in converting a custom error type into a
tonic::Status.
Traits
A trait to convert a custom error type into a tonic::Status and back
again. The custom error is serialized to json using serde_json and stored
in the Status metadata.