Enum dhl::ManifestInspectionError []

pub enum ManifestInspectionError {
    TemplateGeneration(TemplateGenerationError),
    TemplateRender(String, UninspectedPackage, TemplateRenderError),
    Url(String, UninspectedPackage, UrlError),
}

Variants

Trait Implementations

impl Debug for ManifestInspectionError
[src]

[src]

Formats the value using the given formatter.

impl Display for ManifestInspectionError

Formats the value using the given formatter. Read more

impl Error for ManifestInspectionError

A short description of the error. Read more

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

impl From<TemplateGenerationError> for ManifestInspectionError

Performs the conversion.

impl<'a> From<Context<(&'a str, &'a UninspectedPackage), TemplateRenderError>> for ManifestInspectionError

Performs the conversion.

impl<'a> From<Context<(&'a str, &'a UninspectedPackage), UrlError>> for ManifestInspectionError

Performs the conversion.