Go to the documentation of this file.
21 #define TW_UNKNOWN_ERROR 100
22 #define TW_INVALID_PARAM 101
23 #define TW_ERROR_ALLOCATING_MEMORY 102
24 #define TW_ERROR_CREATING_MTX 103
25 #define TW_ERROR_WRITING_FILE 104
26 #define TW_ERROR_READING_FILE 105
31 #define TW_UNKNOWN_WEBSOCKET_ERROR 200
32 #define TW_ERROR_INITIALIZING_WEBSOCKET 201
33 #define TW_TIMEOUT_INITIALIZING_WEBSOCKET 202
34 #define TW_WEBSOCKET_NOT_CONNECTED 203
35 #define TW_ERROR_PARSING_WEBSOCKET_DATA 204
36 #define TW_ERROR_READING_FROM_WEBSOCKET 205
37 #define TW_WEBSOCKET_FRAME_TOO_LARGE 206
38 #define TW_INVALID_WEBSOCKET_FRAME_TYPE 207
39 #define TW_WEBSOCKET_MSG_TOO_LARGE 208
40 #define TW_ERROR_WRITING_TO_WEBSOCKET 209
41 #define TW_INVALID_ACCEPT_KEY 210
46 #define TW_NULL_OR_INVALID_MSG_HANDLER 300
47 #define TW_INVALID_CALLBACK_STRUCT 301
48 #define TW_ERROR_CALLBACK_NOT_FOUND 302
49 #define TW_INVALID_MSG_CODE 303
50 #define TW_INVALID_MSG_TYPE 304
51 #define TW_ERROR_SENDING_MSG 305
52 #define TW_ERROR_WRITING_OFFLINE_MSG_STORE 306
53 #define TW_ERROR_MESSAGE_TOO_LARGE 307
54 #define TW_WROTE_TO_OFFLINE_MSG_STORE 308
55 #define TW_INVALID_MSG_STORE_DIR 309
56 #define TW_MSG_STORE_FILE_NOT_EMPTY 310
61 #define TW_ERROR_ADDING_DATASHAPE_ENTRY 400
62 #define TW_INDEX_NOT_FOUND 401
63 #define TW_ERROR_GETTING_PRIMITIVE 402
64 #define TW_INVALID_BASE_TYPE 403
69 #define TW_LIST_ENTRY_NOT_FOUND 500
74 #define TW_NULL_OR_INVALID_API_SINGLETON 600
75 #define TW_ERROR_SENDING_RESP 601
76 #define TW_INVALID_MSG_BODY 602
77 #define TW_INVALID_MSG_PARAMS 603
78 #define TW_INVALID_RESP_MSG 604
79 #define TW_NULL_API_SINGLETON 605
80 #define TW_ERROR_CREATING_MSG 606
81 #define TW_ERROR_INITIALIZING_API 607
86 #define TW_MAX_TASKS_EXCEEDED 700
87 #define TW_TASK_NOT_FOUND 701
92 #define TW_NULL_OR_INVALID_LOGGER_SINGLETON 800
97 #define TW_BASE64_ENCODE_OVERRUN 900
98 #define TW_BASE64_DECODE_OVERRUN 901
103 #define TW_ERROR_WRITING_TO_SOCKET 1000
104 #define TW_SOCKET_INIT_ERROR 1001
105 #define TW_INVALID_SSL_CERT 1002
106 #define TW_SOCKET_NOT_FOUND 1003
107 #define TW_HOST_NOT_FOUND 1004
108 #define TW_ERROR_CREATING_SSL_CTX 1005
109 #define TW_ERROR_CONNECTING_TO_PROXY 1006
110 #define TW_TIMEOUT_READING_FROM_SOCKET 1007
111 #define TW_ERROR_READING_RESPONSE 1008
112 #define TW_INVALID_PROXY_CREDENTIALS 1009
113 #define TW_UNSUPPORTED_PROXY_AUTH_TYPE 1010
114 #define TW_ENABLE_FIPS_MODE_FAILED 1011
115 #define TW_FIPS_MODE_NOT_SUPPORTED 1012
119 #define TW_BAD_REQUEST 1100
120 #define TW_UNAUTHORIZED 1101
121 #define TW_ERROR_BAD_OPTION 1102
122 #define TW_FORBIDDEN 1103
123 #define TW_NOT_FOUND 1104
124 #define TW_METHOD_NOT_ALLOWED 1105
125 #define TW_NOT_ACCEPTABLE 1106
126 #define TW_PRECONDITION_FAILED 1107
127 #define TW_ENTITY_TOO_LARGE 1108
128 #define TW_UNSUPPORTED_CONTENT_FORMAT 1109
129 #define TW_INTERNAL_SERVER_ERROR 1110
130 #define TW_NOT_IMPLEMENTED 1111
131 #define TW_BAD_GATEWAY 1112
132 #define TW_SERVICE_UNAVAILABLE 1113
133 #define TW_GATEWAY_TIMEOUT 1114
138 #define TW_SUBSCRIBEDPROP_MGR_NOT_INTIALIZED 1200
139 #define TW_SUBSCRIBED_PROPERTY_NOT_FOUND 1201
144 #define TW_FILE_XFER_MANAGER_NOT_INITIALIZED 1300
145 #define TW_ERROR_CREATING_STAGING_DIR 1301
146 #define TW_FILE_NOT_FOUND 1302
147 #define FILE_TRANSFER_FAILED 1303
152 #define TW_TUNNEL_MANAGER_NOT_INITIALIZED 1400
153 #define TW_TUNNEL_CREATION_FAILED 1401