Searched defs:CommandError (Results 1 – 8 of 8) sorted by relevance
106 pub enum CommandError { enum116 fn output_checked(&mut self) -> std::result::Result<Output, CommandError>; in output_checked() argument123 fn output_checked(&mut self) -> std::result::Result<Output, CommandError> { in output_checked() argument
44 class CommandError(OTCIError): class
39 class CommandError(object): class
40 class CommandError(Exception): class
352 CommandError { enumerator
181 class CommandError(Exception): class
237 def CommandError(self, msg=None): member in DeviceUtilsTest