libidav/davqlparser.h

changeset 107
a0903d2d8e3e
parent 106
9cec78f23cbf
child 108
0199f13c7fe2
equal deleted inserted replaced
106:9cec78f23cbf 107:a0903d2d8e3e
296 #define DAVQL_ERROR_MISSING_EXPR 12 296 #define DAVQL_ERROR_MISSING_EXPR 12
297 297
298 /** An operator has been found for a unary expression, but it is invalid. */ 298 /** An operator has been found for a unary expression, but it is invalid. */
299 #define DAVQL_ERROR_INVALID_UNARY_OP 21 299 #define DAVQL_ERROR_INVALID_UNARY_OP 21
300 300
301 /** Invalid format specifier. */
302 #define DAVQL_ERROR_INVALID_FMTSPEC 22
303
301 /** The depth is invalid. */ 304 /** The depth is invalid. */
302 #define DAVQL_ERROR_INVALID_DEPTH 101 305 #define DAVQL_ERROR_INVALID_DEPTH 101
303 306
304 /** Nothing about the statement seems legit. */ 307 /** Nothing about the statement seems legit. */
305 #define DAVQL_ERROR_INVALID -1 308 #define DAVQL_ERROR_INVALID -1

mercurial