RPC failed without a status. This means that either the call got cancelled using TryCancel, the deadline has expired, or the channel is broken.
More...
#include <userver/ugrpc/client/exceptions.hpp>
Inheritance diagram for ugrpc::client::RpcInterruptedError:
Collaboration diagram for ugrpc::client::RpcInterruptedError:Public Member Functions | |
| RpcInterruptedError (std::string_view call_name, std::string_view stage) | |
Public Member Functions inherited from ugrpc::client::RpcError | |
| RpcError (std::string_view call_name, std::string_view additional_info) | |
Public Member Functions inherited from ugrpc::client::BaseError | |
| BaseError (std::string message) | |
| const char * | what () const noexcept override |
RPC failed without a status. This means that either the call got cancelled using TryCancel, the deadline has expired, or the channel is broken.
Definition at line 42 of file exceptions.hpp.