Enum urdf_rs::UrdfError
[−]
[src]
pub enum UrdfError { File(Error), Xml(Error), RustyXml(BuilderError), Parse(String), Command(String), }
Variants
File(Error)
Xml(Error)
RustyXml(BuilderError)
Parse(String)
Command(String)
Trait Implementations
impl Debug for UrdfError
[src]
impl Display for UrdfError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Error for UrdfError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more
impl From<Error> for UrdfError
[src]
impl From<Error> for UrdfError
[src]
impl From<BuilderError> for UrdfError
[src]
fn from(err: BuilderError) -> UrdfError
[src]
Performs the conversion.
impl<'a> From<&'a str> for UrdfError
[src]
impl From<FromUtf8Error> for UrdfError
[src]
fn from(err: FromUtf8Error) -> UrdfError
[src]
Performs the conversion.