Enum python_pkginfo::Error
source · [−]pub enum Error {
Io(Error),
MailParse(MailParseError),
Zip(ZipError),
FieldNotFound(&'static str),
UnknownDistributionType,
MetadataNotFound,
MultipleMetadataFiles(Vec<String>),
}Expand description
The error type
Variants
Io(Error)
I/O error
MailParse(MailParseError)
mail parse error
Zip(ZipError)
Zip parse error
FieldNotFound(&'static str)
Metadata field not found
UnknownDistributionType
Unknown distribution type
MetadataNotFound
Metadata file not found
MultipleMetadataFiles(Vec<String>)
Multiple metadata files found
Trait Implementations
Performs the conversion.