#include <userver/ugrpc/server/exceptions.hpp>
RPC failed without a status. This means that either the call got cancelled using TryCancel, the deadline has expired, or the client disconnected.
Definition at line 38 of file exceptions.hpp.
Inheritance diagram for ugrpc::server::RpcInterruptedError:Public Member Functions | |
| RpcInterruptedError (std::string_view call_name, std::string_view stage) | |
| const char * | what () const noexcept override |