Enum MetaError
ffsend_api::action::upload
pub enum MetaError { Encrypt, }
Encrypt
An error occurred while encrypting the file metadata.
impl From<MetaError> for Error
fn from(err: MetaError) -> Error
Performs the conversion.
impl Debug for MetaError
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for MetaError
impl Sync for MetaError