Struct liquid::Error [] [src]

pub struct Error { /* fields omitted */ }

Compiler error

Methods

impl Error
[src]

[src]

Create a new compiler error with the given message

[src]

Add a new call to the user-visible backtrace

[src]

Add context to the last traced call.

Example context: Value that parameters from ehe trace evaluate to.

[src]

Add an external cause to the error for debugging purposes.

Trait Implementations

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for Error

impl !Sync for Error