|
ROS 2 rclcpp + rcl - jazzy
jazzy
ROS 2 C++ Client Library with ROS Client Library
|
Created when the ret is RCL_RET_INVALID_ROS_ARGS. More...
#include <rclcpp/exceptions/exceptions.hpp>


Public Member Functions | |
| RCLCPP_PUBLIC | RCLInvalidROSArgsError (rcl_ret_t ret, const rcl_error_state_t *error_state, const std::string &prefix) |
| RCLCPP_PUBLIC | RCLInvalidROSArgsError (const RCLErrorBase &base_exc, const std::string &prefix) |
Public Member Functions inherited from rclcpp::exceptions::RCLErrorBase | |
| RCLCPP_PUBLIC | RCLErrorBase (rcl_ret_t ret, const rcl_error_state_t *error_state) |
Additional Inherited Members | |
Public Attributes inherited from rclcpp::exceptions::RCLErrorBase | |
| rcl_ret_t | ret |
| std::string | message |
| std::string | file |
| size_t | line |
| std::string | formatted_message |
Created when the ret is RCL_RET_INVALID_ROS_ARGS.
Definition at line 185 of file exceptions.hpp.