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