Enum tera::TeraError []

pub enum TeraError {
    MismatchingEndTag(usizeusizeStringString),
    InvalidSyntax(usizeusize),
    DeprecatedSyntax(usizeusizeString),
    InvalidValue(String),
    TemplateNotFound(String),
    FilterNotFound(String),
    MacroNotFound(StringString),
    NotANumber(String),
    NotAnArray(String),
    FieldNotFound(String),
    Internal(String),
    FilterIncorrectArgType(StringString, Value, String),
    FilterMissingArg(StringString),
    TesterNotFound(String),
    TestError(StringString),
    MacroCallWrongArgs(StringLinkedList<String>, Vec<String>),
}

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