Base exception for all the client errors. More...
#include <userver/ugrpc/client/exceptions.hpp>
Inheritance diagram for ugrpc::client::BaseError:
Collaboration diagram for ugrpc::client::BaseError:Public Member Functions | |
| BaseError (std::string message) | |
| const char * | what () const noexcept override |
Base exception for all the client errors.
Definition at line 23 of file exceptions.hpp.