aio_adb_shell.exceptions module¶
ADB-related exceptions.
-
exception
aio_adb_shell.exceptions.AdbCommandFailureException[source]¶ Bases:
ExceptionA
b'FAIL'packet was received.
-
exception
aio_adb_shell.exceptions.AdbConnectionError[source]¶ Bases:
ExceptionADB command not sent because a connection to the device has not been established.
-
exception
aio_adb_shell.exceptions.DeviceAuthError(message, *args)[source]¶ Bases:
ExceptionDevice authentication failed.
-
exception
aio_adb_shell.exceptions.InterleavedDataError[source]¶ Bases:
ExceptionWe only support command sent serially.
-
exception
aio_adb_shell.exceptions.InvalidChecksumError[source]¶ Bases:
ExceptionChecksum of data didn’t match expected checksum.
-
exception
aio_adb_shell.exceptions.InvalidCommandError(message, response_header, response_data)[source]¶ Bases:
ExceptionGot an invalid command.
-
exception
aio_adb_shell.exceptions.InvalidHandleError[source]¶ Bases:
ExceptionThe provided handle does not implement the necessary methods:
close,connect,bulk_read, andbulk_write.
-
exception
aio_adb_shell.exceptions.InvalidResponseError[source]¶ Bases:
ExceptionGot an invalid response to our command.