Enum tera::TeraError []

pub enum TeraError {
    MismatchingEndBlock(usizeusizeStringString),
    InvalidSyntax(usizeusize),
    DeprecatedSyntax(usizeusizeString),
    TemplateNotFound(String),
    InvalidValue(String),
    FilterNotFound(String),
    NotANumber(String),
    NotAnArray(String),
    FieldNotFound(String),
    Internal(String),
    FilterIncorrectArgType(StringString, Value, String),
    FilterMissingArg(StringString),
    TesterNotFound(String),
    TestError(StringString),
}

Variants

Trait Implementations

impl PartialEq for TeraError
[src]

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

This method tests for !=.

impl Debug for TeraError
[src]

Formats the value using the given formatter.

impl Clone for TeraError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for TeraError

Formats the value using the given formatter.

impl Error for TeraError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more