|
Viam C++ SDK current
|
Defines custom exceptions for the SDK. More...
#include <memory>#include <stdexcept>#include <string>#include <system_error>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.