Enums§
- Parse
Error - This is the error type for the
TryFromimpl fortonic::Status. If the invalidtonic::Codeis set in thetonic::Status; or if the metadata within the status is not set; or if invalid strings are used; or if the json cannot be parsed.
Traits§
- Tonic
Error - A derive trait to implement the
TryFromandFromtraits to and fromtonic::Statusfor a custom error type.