summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/response.h')
-rw-r--r--segget/response.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/segget/response.h b/segget/response.h
index d78bc7c..b24645b 100644
--- a/segget/response.h
+++ b/segget/response.h
@@ -59,6 +59,11 @@ using namespace std;
#define REJECTED_BY_USER_PYTHON_SCRIPT 301
#define ERROR_WHILE_PREPARING_CONNECTION 302
+#define ERROR_DURING_SEGMENT_START 400
+
+#define ERROR_WHILE_OPENING_SEGMENT_FOR_WRITING 500
+#define ERROR_ADDING_EASY_HANDLE_TO_MULTI 501
+
int decode_server_response(string server_response);
#endif \ No newline at end of file