Skip to main content

Module prelude

Module prelude 

Source
Expand description

A module to re-export all error types and constants

Re-exportsยง

pub use super::API_ERROR;
pub use super::DIR_NOT_FOUND;
pub use super::DOWNLOAD_ERROR;
pub use super::FILE_NOT_FOUND;
pub use super::INPUT_ERROR;
pub use super::NOT_A_DIR;
pub use super::NOT_A_FILE;
pub use super::READ_ERROR;
pub use super::UNEXPECTED_ERROR;
pub use super::WRITE_ERROR;
pub use super::CliError;
pub use super::Result;