Enum polly::TemplateError [] [src]

pub enum TemplateError {
    CodegenError(CodegenError),
    PreDefinedComponent,
    PreDefinedFunction,
    IoError(Error),
}

Errors relating to the templating rendering.

Variants

Error within the Code generation.

The component called already exists.

The function called already exists.

Any IO errors, from the methods.

Trait Implementations

impl Debug for TemplateError
[src]

Formats the value using the given formatter.