Struct l20n::ParseError [] [src]

pub struct ParseError {
    pub kind: ParseErrorKind,
    pub line: usize,
    pub col: usize,
}
Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

An error occurred trying to parse an L20n resource. The L20n file is invalid.

Fields

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

The kind of error.

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

The line where the error occurred.

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

The column where the error occurred.

Trait Implementations

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter.