Go to the documentation of this file.
9 #ifdef QREMOTE_PEDANTIC_STATUS_CODES
10 #define SUCCESS_MINIMUM_STATUS 211
11 #define SUCCESS_MAXIMUM_STATUS 252
12 #define TEMP_MINIMUM_STATUS 421
13 #define TEMP_MAXIMUM_STATUS 452
15 #define SUCCESS_MINIMUM_STATUS 200
16 #define SUCCESS_MAXIMUM_STATUS 299
17 #define TEMP_MINIMUM_STATUS 400
18 #define TEMP_MAXIMUM_STATUS 499