Enum dae_parser::Error [−][src]
Expand description
The main error type used by this library.
Variants
Minidom(Error)
Tuple Fields
0: ErrorAn error during XML parsing.
Other(&'static str)
Tuple Fields
0: &'static strA generic error given by a string.
Str(String)
Tuple Fields
0: StringA generic error given by a string.