#include <biosphere.h>
Include dependency graph for biosphere_error.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | BS_OK 0x00000000 |
#define | BS_ERROR 0x00000001 |
#define | BS_NO_MEMORY 0x00000002 |
#define | BS_NOT_IMPLEMENTED 0x00000003 |
#define | BS_INIT_ERROR_OPTION 0x00000004 |
#define | BS_INIT_ERROR_DB 0x00000005 |
#define | BS_INIT_ERROR_SERVICE 0x00000006 |
#define | BS_INIT_ERROR_MODULE 0x00000007 |
#define | BS_INIT_ERROR_LISTENER 0x00000008 |
#define | BS_HTTP_ERROR 0x00001000 |
#define | BS_NO_SERVICE 0x00000100 |
#define | BS_SERVICE_NOT_FOUND 0x00000101 |
#define | BS_SERVICE_DOUBLE 0x00000102 |
#define | BS_SERVICE_NUM_PARTS_MISMATCH 0x00000103 |
#define | BS_SERVICE_PART_INCORRECT 0x00000104 |
#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 |
#define | BS_TYPE_ERROR 0x00000400 |
#define | BS_TYPE_RANGE 0x00000401 |
#define | BS_TYPE_CONVERT_ERROR 0x00000402 |
#define | BS_TYPE_STRING_NO_TERM 0x00000403 |
#define | BS_TYPE_NO_BOOLEAN 0x00000404 |
#define | BS_TYPE_BYTE_ERROR 0x00000405 |
Typedefs | |
typedef bs_uint32 | bs_status |
Most of the Bio-SPHERE functions have a return type of type bs_status, which can be used to check if the function operated normally.
Definition at line 64 of file biosphere_error.h.