Enum android_tools::error::Error
source · [−]pub enum Error {
PathNotFound(PathBuf),
CmdNotFound(String),
CmdFailed(String, String),
BundletoolNotFound,
CompiledResourcesNotFound,
Io(Error),
AndroidError(AndroidError),
}Variants
PathNotFound(PathBuf)
Path {0:?} doesn’t exist
CmdNotFound(String)
Command {0} not found
CmdFailed(String, String)
Command had a non-zero exit code. Stdout: {0} Stderr: {1}
BundletoolNotFound
Bundletool is not found
CompiledResourcesNotFound
Compiled resources not found
Io(Error)
IO error
AndroidError(AndroidError)
IO error
Trait Implementations
Performs the conversion.