libidav/davqlparser.h

changeset 91
838b427267bb
parent 90
46971430650b
child 92
e073cf4afc6a
equal deleted inserted replaced
90:46971430650b 91:838b427267bb
205 } DavQLStatement; 205 } DavQLStatement;
206 206
207 /** Infinity recursion depth for a DavQLStatement. */ 207 /** Infinity recursion depth for a DavQLStatement. */
208 #define DAV_DEPTH_INFINITY -1 208 #define DAV_DEPTH_INFINITY -1
209 209
210 /** Expected an identifier, but found something else. */
211 #define DAVQL_ERROR_IDENTIFIER_EXPECTED 10
212
210 /** The with-clause contains an unknown attribute. */ 213 /** The with-clause contains an unknown attribute. */
211 #define DAVQL_ERROR_UNKNOWN_ATTRIBUTE 20 214 #define DAVQL_ERROR_UNKNOWN_ATTRIBUTE 20
212 215
213 /** Depth must be greater than zero or infinity. */ 216 /** Depth must be greater than zero or infinity. */
214 #define DAVQL_ERROR_INVALID_DEPTH 21 217 #define DAVQL_ERROR_INVALID_DEPTH 21

mercurial