Enum ffsend_api::action::upload::ReaderError [−][src]
pub enum ReaderError {
Encrypt,
Progress,
}Variants
EncryptAn error occurred while creating the file encryptor.
ProgressFailed to create the progress reader, attached to the file reader, to measure the uploading progress.
Trait Implementations
impl From<ReaderError> for Error[src]
impl From<ReaderError> for Errorfn from(err: ReaderError) -> Error[src]
fn from(err: ReaderError) -> ErrorPerforms the conversion.
impl Debug for ReaderError[src]
impl Debug for ReaderErrorAuto Trait Implementations
impl Send for ReaderError
impl Send for ReaderErrorimpl Sync for ReaderError
impl Sync for ReaderError