libidav/davqlparser.h

changeset 90
46971430650b
parent 89
785f6007a0c1
child 91
838b427267bb
equal deleted inserted replaced
89:785f6007a0c1 90:46971430650b
211 #define DAVQL_ERROR_UNKNOWN_ATTRIBUTE 20 211 #define DAVQL_ERROR_UNKNOWN_ATTRIBUTE 20
212 212
213 /** Depth must be greater than zero or infinity. */ 213 /** Depth must be greater than zero or infinity. */
214 #define DAVQL_ERROR_INVALID_DEPTH 21 214 #define DAVQL_ERROR_INVALID_DEPTH 21
215 215
216 /** The with-clause contains an attribute more than once. */
217 #define DAVQL_ERROR_DUPLICATED_ATTRIBUTE 29
218
216 /** A quote symbol (' or `) is missing. */ 219 /** A quote symbol (' or `) is missing. */
217 #define DAVQL_ERROR_MISSING_QUOTE 50 220 #define DAVQL_ERROR_MISSING_QUOTE 50
218 221
219 /** No more tokens to parse, but the parser expected more. */ 222 /** No more tokens to parse, but the parser expected more. */
220 #define DAVQL_ERROR_UNEXPECTED_END 100 223 #define DAVQL_ERROR_UNEXPECTED_END 100

mercurial