Viam C++ SDK current
|
Defines custom exceptions for the SDK. More...
#include <grpcpp/support/status.h>
#include <stdexcept>
#include <string>
#include <viam/sdk/resource/resource_api.hpp>
Go to the source code of this file.
Classes | |
class | viam::sdk::Exception |
Defines an exception type for the SDK. More... | |
class | viam::sdk::GRPCException |
Defines an exception from a gRPC interaction. More... | |
struct | std::is_error_condition_enum< viam::sdk::ErrorCondition > |
Functions | |
std::error_condition | viam::sdk::make_error_condition (ErrorCondition e) |
Defines custom exceptions for the SDK.