Enum android_tools::error::Error [−][src]
pub enum Error {
CmdFailed(Command, String, String),
BundletoolNotFound,
Io(Error),
OtherError(Box<dyn Error>),
}
Expand description
Main error type.
Variants
CmdFailed(Command, String, String)
Command β{0:?}β had a non-zero exit code. Stdout: {1} Stderr: {2}
BundletoolNotFound
Bundletool is not found
Io(Error)
Tuple Fields
0: Error
IO error
OtherError(Box<dyn Error>)
Other error