userver: ugrpc::client::RpcCancelledError Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ugrpc::client::RpcCancelledError Class Referencefinal

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

Detailed Description

RPC failed due to task cancellation.

Definition at line 48 of file exceptions.hpp.

+ Inheritance diagram for ugrpc::client::RpcCancelledError:
+ Collaboration diagram for ugrpc::client::RpcCancelledError:

Public Member Functions

 RpcCancelledError (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
 

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