Enum minify_html_onepass::ErrorType [−][src]
pub enum ErrorType {
ClosingTagMismatch {
expected: String,
got: String,
},
NotFound(&'static str),
UnexpectedEnd,
UnexpectedClosingTag,
}
Expand description
Represents the type of minification error.
Variants
ClosingTagMismatch
NotFound(&'static str)
Tuple Fields
0: &'static str