#include <fsb_urdf_error.h>
◆ UrdfError()
fsb::urdf::UrdfError::UrdfError |
( |
const UrdfErrorType |
type, |
|
|
std::string |
description |
|
) |
| |
|
inline |
Constructor with type and error description.
- Parameters
-
type | Error type |
description | Error description |
◆ get_description()
std::string fsb::urdf::UrdfError::get_description |
( |
| ) |
const |
|
inline |
Get error description.
- Returns
- Error description
◆ get_type()
Get error type.
- Returns
- Error type
◆ is_error()
bool fsb::urdf::UrdfError::is_error |
( |
| ) |
const |
|
inline |
Get error status.
- Returns
true
if error, false
otherwise.
The documentation for this class was generated from the following file: