#include <userver/ugrpc/client/exceptions.hpp>
Concrete errors for all the error codes.
Definition at line 68 of file exceptions.hpp.
Public Member Functions | |
| ErrorWithStatus (std::string_view call_name, grpc::Status &&status) | |
| const grpc::Status & | GetStatus () const noexcept |
| const char * | what () const noexcept override |