Skip to main content

ParseError

Type Alias ParseError 

Source
pub type ParseError = YamlError;
Expand description

Alias for parse errors until richer phase-specific errors are introduced.

Aliased Type§

pub struct ParseError {
    pub diagnostic: Diagnostic,
}

Fields§

§diagnostic: Diagnostic

Primary diagnostic.