libidav/davqlparser.h

changeset 108
0199f13c7fe2
parent 107
a0903d2d8e3e
child 111
39f4c5fcaa60
equal deleted inserted replaced
107:a0903d2d8e3e 108:0199f13c7fe2
293 #define DAVQL_ERROR_MISSING_TOKEN 11 293 #define DAVQL_ERROR_MISSING_TOKEN 11
294 294
295 /** An expression has been expected, but was not found. */ 295 /** An expression has been expected, but was not found. */
296 #define DAVQL_ERROR_MISSING_EXPR 12 296 #define DAVQL_ERROR_MISSING_EXPR 12
297 297
298 /** The type of the expression could not be determined. */
299 #define DAVQL_ERROR_INVALID_EXPR 21
300
298 /** An operator has been found for a unary expression, but it is invalid. */ 301 /** An operator has been found for a unary expression, but it is invalid. */
299 #define DAVQL_ERROR_INVALID_UNARY_OP 21 302 #define DAVQL_ERROR_INVALID_UNARY_OP 22
300 303
301 /** Invalid format specifier. */ 304 /** Invalid format specifier. */
302 #define DAVQL_ERROR_INVALID_FMTSPEC 22 305 #define DAVQL_ERROR_INVALID_FMTSPEC 23
303 306
304 /** The depth is invalid. */ 307 /** The depth is invalid. */
305 #define DAVQL_ERROR_INVALID_DEPTH 101 308 #define DAVQL_ERROR_INVALID_DEPTH 101
306 309
307 /** Nothing about the statement seems legit. */ 310 /** Nothing about the statement seems legit. */

mercurial