userver: ugrpc::server::RpcInterruptedError Class Reference
Loading...
Searching...
No Matches
ugrpc::server::RpcInterruptedError Class Reference

#include <userver/ugrpc/server/exceptions.hpp>

Detailed Description

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 35 of file exceptions.hpp.

+ Inheritance diagram for ugrpc::server::RpcInterruptedError:
+ Collaboration diagram for ugrpc::server::RpcInterruptedError:

Public Member Functions

 RpcInterruptedError (std::string_view call_name, std::string_view stage)
 
- Public Member Functions inherited from ugrpc::server::RpcError
 RpcError (std::string_view call_name, std::string_view additional_info)
 
- Public Member Functions inherited from ugrpc::server::BaseError
 BaseError (std::string message)
 
const char * what () const noexcept override
 

The documentation for this class was generated from the following file: