summaryrefslogtreecommitdiff
path: root/src/sdb_constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdb_constants.c')
-rw-r--r--src/sdb_constants.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sdb_constants.c b/src/sdb_constants.c
index 57a9e63..0f88bd7 100644
--- a/src/sdb_constants.c
+++ b/src/sdb_constants.c
@@ -269,9 +269,17 @@
const char* STATE_NOPERM = "no permissions";
const char* STATE_LOCKED = "locked";
const char* STATE_UNKNOWN = "unknown";
+ const char* STATE_SUSPENDED = "suspended";
const char* TRANSPORT_ERR_MORE_THAN_ONE_TARGET = "more than one target";
const char* TRANSPORT_ERR_MORE_THAN_ONE_EMUL = "more than one emulator";
+ const char* TRANSPORT_ERR_MORE_THAN_ONE_CONNECT = "more than one connected emulator";
const char* TRANSPORT_ERR_MORE_THAN_ONE_DEV = "more than one device";
const char* TRANSPORT_ERR_TARGET_OFFLINE = "target offline";
+ const char* TRANSPORT_ERR_TARGET_SUSPENDED = "emulator is in suspended mode";
const char* TRANSPORT_ERR_TARGET_NOT_FOUND = "target not found";
+
+ const char* FORWARD_ERR_UNKNOWN_LOCAL_PORT = "wrong local port format";
+ const char* FORWARD_ERR_UNKNOWN_REMOTE_PORT = "wrong remote port format";
+ const char* FORWARD_ERR_INSTALL_FAIL = "cannot install listener";
+ const char* FORWARD_ERR_REMOVE_FAIL = "cannot remove listener";