Enum bam::bgzip::BlockError [−][src]
Expand description
Error produced while reading or decompressing a bgzip block.
Variants
EndOfStream- failed to read a block because the stream has ended.Corrupted(s)- the block has incorrect header or contents.scontains additional information about the problem.IoError(e)- the stream raisedio::Error.
Variants
EndOfStream
Corrupted(String)
Tuple Fields
0: StringIoError(Error)
Tuple Fields
0: ErrorTrait Implementations
Performs the conversion.
