Enum sharp_pencil::PencilError [] [src]

pub enum PencilError {
    PenHTTPError(HTTPError),
    PenUserError(UserError),
}

The Pencil Error type.

Variants

Trait Implementations

impl Clone for PencilError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PencilError
[src]

Formats the value using the given formatter.

impl From<HTTPError> for PencilError
[src]

Performs the conversion.

impl From<UserError> for PencilError
[src]

Performs the conversion.

impl Display for PencilError
[src]

Formats the value using the given formatter.

impl Error for PencilError
[src]

A short description of the error. Read more

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

impl From<RenderError> for PencilError
[src]

Performs the conversion.

impl From<TemplateRenderError> for PencilError
[src]

Performs the conversion.