Enum nextcloud_config_parser::Error [−][src]
pub enum Error {
    Php(PhpParseError),
    NotAConfig(NotAConfigError),
    ReadFailed(Error, PathBuf),
    InvalidDb(DbError),
    NoDb,
    Redis,
    NoUrl,
}Variants
Php(PhpParseError)NotAConfig(NotAConfigError)InvalidDb(DbError)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error