Enum gradle_sync::Error [−][src]
pub enum Error {
ParsingFailed(String),
VersionNotFound(String),
VersionNotIncreasing(String),
IoError(String),
}Variants
ParsingFailed(String)VersionNotFound(String)VersionNotIncreasing(String)IoError(String)
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<IoError> for Error[src]
impl From<IoError> for Error