Enum l20n::EncodeError [] [src]

pub enum EncodeError {
    UnsupportedType,
    KeyIsNotString,
    MissingElements,
}
Deprecated

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

Errors that occur encoding environment data into something the L20n resources can use.

Variants

Deprecated

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

Type is not usable in L20n.

Deprecated

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

Maps in L20n require keys to be Strings.

Deprecated

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

A map element is missing.

Trait Implementations

impl Debug for EncodeError
[src]

[src]

Formats the value using the given formatter.