Class RCLError

Inheritance Relationships

Base Types

Class Documentation

class RCLError : public rclcpp::exceptions::RCLErrorBase, public std::runtime_error

Created when the return code does not match one of the other specialized exceptions.

Public Functions

RCLError(rcl_ret_t ret, const rcl_error_state_t *error_state, const std::string &prefix)
RCLError(const RCLErrorBase &base_exc, const std::string &prefix)