Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

errcodes.hpp File Reference


Detailed Description

Error codes constants definition file.
Error codes are the sum of a location code and a type code.

Author:
Guillaume BAURAND.
Date:
24/04/2003.
Version:
1.0.

Definition in file errcodes.hpp.

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ERRCODE_LOC_XMLPROCESSOR   1000
 Error in XMLProcessor class.

#define ERRCODE_LOC_FLOWBUILDER   1100
 Error in FlowBuilder class.

#define ERRCODE_LOC_XMLStreamBuffer   1000
 Error in XMLStreamBuffer class.

#define ERRCODE_LOC_FILEBUFFER   1100
 Error in FileBuffer class.

#define ERRCODE_LOC_MEMBUFFER   1200
 Error in MemBuffer class.

#define ERRCODE_LOC_NULLBUFFER   1300
 Error in NullBuffer class.

#define ERRCODE_LOC_ZIPBUFFER   1400
 Error in ZipBuffer class.

#define ERRCODE_LOC_XMLVALUABLE   3000
 Error in XMLValuable class.

#define ERRCODE_LOC_DATEVALUER   3100
 Error in DateValuer class.

#define ERRCODE_LOC_ENVVALUER   3200
 Error in EncValuer class.

#define ERRCODE_LOC_PARAMVALUER   3300
 Error in ParamValuer class.

#define ERRCODE_LOC_XMLHANDLER   5000
 Error in XMLHandler class.

#define ERRCODE_LOC_DBCONNPOOL   5010
 Error in DBOBJHandler class.

#define ERRCODE_LOC_DBOBJHANDLER   5100
 Error in DBOBJHandler class.

#define ERRCODE_LOC_DBOBJREQUEST   5200
 Error in DBOBJRequest class.

#define ERRCODE_LOC_DBOBJDEFINITION   5300
 Error in DBOBJDefinitionNode or DBOBJDefinitionField class.

#define ERRCODE_LOC_DBOBJGETHANDLER   5110
 Error in DBOBJGetHandler class.

#define ERRCODE_LOC_DBOBJGETREQUEST   5210
 Error in DBOBJGetRequest class.

#define ERRCODE_LOC_DBOBJGETSTATEMENT   5310
 Error in DBOBJGetStatement class.

#define ERRCODE_LOC_DBOBJSETHANDLER   5120
 Error in DBOBJSetHandler class.

#define ERRCODE_LOC_DBOBJSETREQUEST   5220
 Error in DBOBJSetRequest class.

#define ERRCODE_LOC_DBOBJECT   5320
 Error in DBOBJectNode or DBObjectField class.

#define ERRCODE_LOC_AUTODESCHANDLER   5510
 Error in AutoDescHandler class.

#define ERRCODE_LOC_DDLHANDLER   5520
 Error in DDLHandler class.

#define ERRCODE_LOC_CACHEDEFINITION   5530
 Error in DDLHandler class.

#define ERRCODE_LOC_SQLHANDLER   5600
 Error in SQLHandler class.

#define ERRCODE_LOC_SQLDBVALUER   5910
 Error in SQLDBValuer class.

#define ERRCODE_LOC_XPATHVALUER   5920
 Error in XpathValuer class.

#define ERRCODE_LOC_FSGETHANDLER   6110
 Error in FSGetHandler class.

#define ERRCODE_LOC_FSSETHANDLER   6120
 Error in FSSetHandler class.

#define ERRCODE_LOC_ZIPHANDLER   6210
 Error in ZipHandler class.

#define ERRCODE_LOC_UNZIPHANDLER   6220
 Error in UnZipHandler class.

#define ERRCODE_LOC_NAMEDBUFFERGETSTREAMER   7100
 Error in NamedBufferGetHandler class.

#define ERRCODE_LOC_NAMEDBUFFERSETSTREAMER   7200
 Error in NamedBufferSetHandler class.

#define ERRCODE_LOC_NULLHANDLER   7300
 Error in NullHandler class.

#define ERRCODE_LOC_RAWHANDLER   7400
 Error in RawHandler class.

#define ERRCODE_LOC_SYSTEMHANDLER   7500
 Error in SystemHandler class.

#define ERRCODE_LOC_VALUESHANDLER   7600
 Error in ValuesHandler class.

#define ERRCODE_LOC_ERRORHANDLER   7700
 Error in ErrorHandler class.

#define ERRCODE_LOC_OTHERS   0000
 Error elsewhere.

#define ERRCODE_LOC_EXECSTREAMER   8000
 Error in ExecStreamer class.

#define ERRCODE_LOC_FUNCCALLSTREAMER   8100
#define ERRCODE_LOC_FUNCDEFINESTREAMER   8200
#define ERRCODE_LOC_CACHESCRIPTSTREAMER   8300
#define ERRCODE_CAUSE_MEMORY   1
 Error caused by a memory related problem.

#define ERRCODE_CAUSE_FILE   2
 Error caused by a file releated problem.

#define ERRCODE_CAUSE_MISSINGREF   3
 Error caused by a missing or erroned reference to an entity.

#define ERRCODE_CAUSE_WRONGDATA   4
 Error caused by erroned data.

#define ERRCODE_CAUSE_XML   5
 Error occured during a XML parsing operation.

#define ERRCODE_CAUSE_DATAACCESS   6
 Error occured while accessing to an external data source.

#define ERRCODE_CAUSE_EXTAPIFAILED   7
 Error occured in an extren API used by the program.

#define ERRCODE_CAUSE_OTHER   8
 Error caused by another reason.

#define ERRCODE_CAUSE_UNKNOWN   9
 Unknown error.


Define Documentation

#define ERRCODE_CAUSE_DATAACCESS   6
 

Error occured while accessing to an external data source.

Definition at line 126 of file errcodes.hpp.

#define ERRCODE_CAUSE_EXTAPIFAILED   7
 

Error occured in an extren API used by the program.

Definition at line 127 of file errcodes.hpp.

#define ERRCODE_CAUSE_FILE   2
 

Error caused by a file releated problem.

Definition at line 122 of file errcodes.hpp.

#define ERRCODE_CAUSE_MEMORY   1
 

Error caused by a memory related problem.

Definition at line 121 of file errcodes.hpp.

#define ERRCODE_CAUSE_MISSINGREF   3
 

Error caused by a missing or erroned reference to an entity.

Definition at line 123 of file errcodes.hpp.

#define ERRCODE_CAUSE_OTHER   8
 

Error caused by another reason.

Definition at line 128 of file errcodes.hpp.

#define ERRCODE_CAUSE_UNKNOWN   9
 

Unknown error.

Definition at line 129 of file errcodes.hpp.

#define ERRCODE_CAUSE_WRONGDATA   4
 

Error caused by erroned data.

Definition at line 124 of file errcodes.hpp.

#define ERRCODE_CAUSE_XML   5
 

Error occured during a XML parsing operation.

Definition at line 125 of file errcodes.hpp.

#define ERRCODE_LOC_AUTODESCHANDLER   5510
 

Error in AutoDescHandler class.

Definition at line 83 of file errcodes.hpp.

#define ERRCODE_LOC_CACHEDEFINITION   5530
 

Error in DDLHandler class.

Definition at line 85 of file errcodes.hpp.

#define ERRCODE_LOC_CACHESCRIPTSTREAMER   8300
 

Definition at line 117 of file errcodes.hpp.

#define ERRCODE_LOC_DATEVALUER   3100
 

Error in DateValuer class.

Definition at line 59 of file errcodes.hpp.

#define ERRCODE_LOC_DBCONNPOOL   5010
 

Error in DBOBJHandler class.

Definition at line 67 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJDEFINITION   5300
 

Error in DBOBJDefinitionNode or DBOBJDefinitionField class.

Definition at line 70 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJECT   5320
 

Error in DBOBJectNode or DBObjectField class.

Definition at line 80 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJGETHANDLER   5110
 

Error in DBOBJGetHandler class.

Definition at line 73 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJGETREQUEST   5210
 

Error in DBOBJGetRequest class.

Definition at line 74 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJGETSTATEMENT   5310
 

Error in DBOBJGetStatement class.

Definition at line 75 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJHANDLER   5100
 

Error in DBOBJHandler class.

Definition at line 68 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJREQUEST   5200
 

Error in DBOBJRequest class.

Definition at line 69 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJSETHANDLER   5120
 

Error in DBOBJSetHandler class.

Definition at line 78 of file errcodes.hpp.

#define ERRCODE_LOC_DBOBJSETREQUEST   5220
 

Error in DBOBJSetRequest class.

Definition at line 79 of file errcodes.hpp.

#define ERRCODE_LOC_DDLHANDLER   5520
 

Error in DDLHandler class.

Definition at line 84 of file errcodes.hpp.

#define ERRCODE_LOC_ENVVALUER   3200
 

Error in EncValuer class.

Definition at line 60 of file errcodes.hpp.

#define ERRCODE_LOC_ERRORHANDLER   7700
 

Error in ErrorHandler class.

Definition at line 109 of file errcodes.hpp.

#define ERRCODE_LOC_EXECSTREAMER   8000
 

Error in ExecStreamer class.

Definition at line 114 of file errcodes.hpp.

#define ERRCODE_LOC_FILEBUFFER   1100
 

Error in FileBuffer class.

Definition at line 52 of file errcodes.hpp.

#define ERRCODE_LOC_FLOWBUILDER   1100
 

Error in FlowBuilder class.

Definition at line 48 of file errcodes.hpp.

#define ERRCODE_LOC_FSGETHANDLER   6110
 

Error in FSGetHandler class.

Definition at line 95 of file errcodes.hpp.

#define ERRCODE_LOC_FSSETHANDLER   6120
 

Error in FSSetHandler class.

Definition at line 96 of file errcodes.hpp.

#define ERRCODE_LOC_FUNCCALLSTREAMER   8100
 

Definition at line 115 of file errcodes.hpp.

#define ERRCODE_LOC_FUNCDEFINESTREAMER   8200
 

Definition at line 116 of file errcodes.hpp.

#define ERRCODE_LOC_MEMBUFFER   1200
 

Error in MemBuffer class.

Definition at line 53 of file errcodes.hpp.

#define ERRCODE_LOC_NAMEDBUFFERGETSTREAMER   7100
 

Error in NamedBufferGetHandler class.

Definition at line 103 of file errcodes.hpp.

#define ERRCODE_LOC_NAMEDBUFFERSETSTREAMER   7200
 

Error in NamedBufferSetHandler class.

Definition at line 104 of file errcodes.hpp.

#define ERRCODE_LOC_NULLBUFFER   1300
 

Error in NullBuffer class.

Definition at line 54 of file errcodes.hpp.

#define ERRCODE_LOC_NULLHANDLER   7300
 

Error in NullHandler class.

Definition at line 105 of file errcodes.hpp.

#define ERRCODE_LOC_OTHERS   0000
 

Error elsewhere.

Definition at line 110 of file errcodes.hpp.

#define ERRCODE_LOC_PARAMVALUER   3300
 

Error in ParamValuer class.

Definition at line 61 of file errcodes.hpp.

#define ERRCODE_LOC_RAWHANDLER   7400
 

Error in RawHandler class.

Definition at line 106 of file errcodes.hpp.

#define ERRCODE_LOC_SQLDBVALUER   5910
 

Error in SQLDBValuer class.

Definition at line 91 of file errcodes.hpp.

#define ERRCODE_LOC_SQLHANDLER   5600
 

Error in SQLHandler class.

Definition at line 88 of file errcodes.hpp.

#define ERRCODE_LOC_SYSTEMHANDLER   7500
 

Error in SystemHandler class.

Definition at line 107 of file errcodes.hpp.

#define ERRCODE_LOC_UNZIPHANDLER   6220
 

Error in UnZipHandler class.

Definition at line 100 of file errcodes.hpp.

#define ERRCODE_LOC_VALUESHANDLER   7600
 

Error in ValuesHandler class.

Definition at line 108 of file errcodes.hpp.

#define ERRCODE_LOC_XMLHANDLER   5000
 

Error in XMLHandler class.

Definition at line 64 of file errcodes.hpp.

#define ERRCODE_LOC_XMLPROCESSOR   1000
 

Error in XMLProcessor class.

Definition at line 47 of file errcodes.hpp.

#define ERRCODE_LOC_XMLStreamBuffer   1000
 

Error in XMLStreamBuffer class.

Definition at line 51 of file errcodes.hpp.

#define ERRCODE_LOC_XMLVALUABLE   3000
 

Error in XMLValuable class.

Definition at line 58 of file errcodes.hpp.

#define ERRCODE_LOC_XPATHVALUER   5920
 

Error in XpathValuer class.

Definition at line 92 of file errcodes.hpp.

#define ERRCODE_LOC_ZIPBUFFER   1400
 

Error in ZipBuffer class.

Definition at line 55 of file errcodes.hpp.

#define ERRCODE_LOC_ZIPHANDLER   6210
 

Error in ZipHandler class.

Definition at line 99 of file errcodes.hpp.


Generated on Sat Oct 4 13:21:15 2003 for XDFLengine by doxygen1.3-rc2