Enum twig::error::Error
[−]
[src]
pub enum Error { Template(At<TemplateError>), Engine(Caused<EngineError>), Runtime(TracedRuntimeError), }
Variants
Template | Error lexing or parsing the template source file. |
Engine | Error reading files, compiling templates or writing cache. |
Runtime | Error executing template. |