libidav/davqlparser.h

changeset 120
246c50447ebf
parent 117
5ffc2f23803f
child 121
eea36bf5ffe2
equal deleted inserted replaced
119:451607eeff05 120:246c50447ebf
312 #define DAVQL_ERROR_INVALID_FMTSPEC 24 312 #define DAVQL_ERROR_INVALID_FMTSPEC 24
313 313
314 /** A string has been expected. */ 314 /** A string has been expected. */
315 #define DAVQL_ERROR_INVALID_STRING 25 315 #define DAVQL_ERROR_INVALID_STRING 25
316 316
317 /** The order criterion is invalid (must be an identifier or field index). */
318 #define DAVQL_ERROR_INVALID_ORDER_CRITERION 26
319
317 /** The depth is invalid. */ 320 /** The depth is invalid. */
318 #define DAVQL_ERROR_INVALID_DEPTH 101 321 #define DAVQL_ERROR_INVALID_DEPTH 101
319 322
320 /** Nothing about the statement seems legit. */ 323 /** Nothing about the statement seems legit. */
321 #define DAVQL_ERROR_INVALID -1 324 #define DAVQL_ERROR_INVALID -1

mercurial