We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DeviceDisconnectedError
1 parent 5afd849 commit 3b60eb6Copy full SHA for 3b60eb6
src/elmo/api/exceptions.py
@@ -79,4 +79,4 @@ class CommandError(APIException):
79
class DeviceDisconnectedError(APIException):
80
"""Exception raised when the device is disconnected."""
81
82
- default_message = "Unable to execute commands. Device is disconnected."
+ default_message = "Device is disconnected"
0 commit comments