Enum asuran::manifest::archive::ArchiveError [−][src]
#[non_exhaustive]
pub enum ArchiveError {
Chunker(ChunkerError),
IO(Error),
Repository(RepositoryError),
ArchiveDeserialization,
}
Expand description
Error for all the things that can go wrong with handling Archives
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Chunker(ChunkerError)
Tuple Fields of Chunker
0: ChunkerError
IO(Error)
Tuple Fields of IO
0: Error
Repository(RepositoryError)
Tuple Fields of Repository
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ArchiveError
impl Send for ArchiveError
impl Sync for ArchiveError
impl Unpin for ArchiveError
impl !UnwindSafe for ArchiveError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more