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