Enums§
- Parse
Error - This is the error type for the
TryFrom
impl fortonic::Status
. If the invalidtonic::Code
is 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
TryFrom
andFrom
traits to and fromtonic::Status
for a custom error type.