24     OutOfOperations = 20000
 
   25     ,ZeroLengthQueryTree = 20001
 
   26     ,InvalidRequest = 20002
 
   27     ,UnknowQueryOperation = 20003
 
   28     ,InvalidTreeNodeSpecification = 20004
 
   29     ,InvalidTreeParametersSpecification = 20005
 
   30     ,OutOfSectionMemory = 20006
 
   31     ,InvalidPattern = 20007
 
   32     ,OutOfQueryMemory = 20008
 
   33     ,QueryNodeTooBig = 20009
 
   34     ,QueryNodeParametersTooBig = 20010
 
   35     ,BothTreeAndParametersContainInterpretedProgram = 20011
 
   36     ,InvalidTreeParametersSpecificationKeyParamBitsMissmatch = 20012
 
   37     ,InvalidTreeParametersSpecificationIncorrectKeyParamCount = 20013
 
   38     ,InternalError = 20014
 
   39     ,OutOfRowMemory = 20015
 
   41     ,InvalidTreeNodeCount = 20017