Viam C++ SDK current
|
Defines an exception from a gRPC interaction. More...
#include <exception.hpp>
Public Member Functions | |
GRPCException (const grpc::Status *status) | |
const grpc::Status * | status () const noexcept |
![]() | |
Exception (ErrorCondition condition, const std::string &what) | |
Exception (const std::string &what) | |
const std::error_condition & | condition () const noexcept |
Defines an exception from a gRPC interaction.