Enum android_tools::error::Error [−][src]
pub enum Error {
CmdFailed(String, String),
BundletoolNotFound,
CompiledResourcesNotFound,
Io(Error),
}
Variants
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)
Tuple Fields
0: Error
IO error