Enum filearco::v1::FileArcoV1Error [] [src]

pub enum FileArcoV1Error {
    CorruptedEntriesTable,
    CorruptedHeader,
    FileTooSmall,
    FileTruncated,
    NotArchive,
    NotV1Archive,
    Other,
}

Error container for handling FileArco v1 archives

Variants

Entry table's computed checksum did not match the one stored in the file.

Header's computed checksum did not match the one stored in the file.

File is too small for the header of a FileArco v1 archive.

File is a valid FileArco v1 archive but it has been truncated.

File does not have a valid identifier.

File has a valid identifier but an incorrect version number.

Something weird happened.

Trait Implementations

impl Debug for FileArcoV1Error
[src]

[src]

Formats the value using the given formatter.

impl Display for FileArcoV1Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FileArcoV1Error
[src]

[src]

A short description of the error. Read more

[src]

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