Enum l20n::ParseErrorKind [] [src]

pub enum ParseErrorKind {
    IdentifierError,
    EntryError,
    EntityError,
    MacroError,
    ExprError,
    OpError,
    ParenError,
    AttrError,
    CallError,
    ValueError,
    VarError,
    StrError,
    HashError,
}
Deprecated

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

The description of the ParseError that occurred.

Variants

Deprecated

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

Illegal syntax for an identifier.

Deprecated

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

Illegal syntax for an entry.

Deprecated

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

Illegal syntax for an entity.

Deprecated

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

Illegal syntax for a macro.

Deprecated

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

Illegal syntax for an expression.

Deprecated

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

Illegal syntax for an operator.

Deprecated

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

Illegal syntax for an expression wrapped in parenthesis.

Deprecated

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

Illegal syntax for an attribute.

Deprecated

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

Illegal syntax for a call expression (calling a macro).

Deprecated

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

Illegal syntax for a value, when a value was expected.

Deprecated

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

Illegal syntax for a $var.

Deprecated

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

Illegal syntax for a "String".

Deprecated

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

Illegal syntax for a Hash.

Trait Implementations

impl Debug for ParseErrorKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ParseErrorKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for ParseErrorKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ParseErrorKind
[src]