Enum flow_sdk::error::TonicError [−][src]
Expand description
The errors that could happen when sending a request via tonic.
Variants
Status(Status)
A gRPC status describing the result of an RPC call.
Tuple Fields of Status
0: Status
Custom error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TonicError
impl Send for TonicError
impl Sync for TonicError
impl Unpin for TonicError
impl !UnwindSafe for TonicError
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more