Enum urdf_rs::UrdfError
[−]
[src]
pub enum UrdfError {
File(Error),
Xml(Error),
Parse(String),
}Variants
File(Error)Xml(Error)Parse(String)Trait Implementations
impl Debug for UrdfError[src]
impl Display for UrdfError[src]
impl Error for UrdfError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more