Bio-SPHERE XML Parsing Error Codes
[Bio-SPHERE Error Codes]

Collaboration diagram for Bio-SPHERE XML Parsing Error Codes:


Defines

#define BS_XML_PARSE_ERROR   0x00000200
#define BS_XML_BUF_TOO_SMALL   0x00000201
#define BS_XML_PARSE_INCOMPLETE   0x00000202
#define BS_XML_UNKNOWN_ELEMENT   0x00000203
#define BS_XML_UNKNOWN_ROOT   0x00000204
#define BS_XML_NWF   0x00000205
#define BS_XML_DATA_TYPE_UNKNOWN   0x00000206

Detailed Description

Error codes related to the parsing of XML. XML is used internally for the description of service definitions, requests and responses.

Define Documentation

#define BS_XML_BUF_TOO_SMALL   0x00000201

Buffer used during XML parsing was too small:

Definition at line 163 of file biosphere_error.h.

#define BS_XML_DATA_TYPE_UNKNOWN   0x00000206

The referenced data type could not be found in the document:

Definition at line 173 of file biosphere_error.h.

#define BS_XML_NWF   0x00000205

XML was not well-formed or some other error reported by Expat:

Definition at line 171 of file biosphere_error.h.

Referenced by xlate_from_xml().

#define BS_XML_PARSE_ERROR   0x00000200

An general error during XML parsing occurred:

Definition at line 161 of file biosphere_error.h.

Referenced by process_definition(), process_request(), process_request_input(), process_request_input_part(), process_response(), process_response_fault(), process_response_output(), and process_tree().

#define BS_XML_PARSE_INCOMPLETE   0x00000202

Parsing was incomplete:

Definition at line 165 of file biosphere_error.h.

#define BS_XML_UNKNOWN_ELEMENT   0x00000203

Encountered an unknown element:

Definition at line 167 of file biosphere_error.h.

#define BS_XML_UNKNOWN_ROOT   0x00000204

Encountered an unknown root element: (ie. not definitions, request or response

Definition at line 169 of file biosphere_error.h.

Referenced by process_tree().


Generated on Tue Jul 17 09:51:33 2007 for Bio-SPHERE by  doxygen 1.5.1