This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | BESStatusReturn_h_ 1 |
#define | BES_EXECUTED_OK 0 |
#define | BES_TERMINATE_IMMEDIATE 1 |
#define | BES_REQUEST_INCORRECT 2 |
#define | BES_MEMORY_EXCEPTION 3 |
#define | BES_DATABASE_FAILURE 4 |
#define | BES_CONTAINER_PERSISTENCE_ERROR 5 |
#define | BES_INITIALIZATION_FILE_PROBLEM 6 |
#define | BES_LOG_FILE_PROBLEM 7 |
#define | BES_DATA_HANDLER_FAILURE 8 |
#define | BES_AGGREGATION_EXCEPTION 9 |
#define | BES_FAILED_TO_EXECUTE_COMMIT_COMMAND 10 |
#define | BES_DATA_HANDLER_PROBLEM 11 |
#define BES_AGGREGATION_EXCEPTION 9 |
Definition at line 45 of file BESStatusReturn.h.
Referenced by BESAggregationException::BESAggregationException().
#define BES_CONTAINER_PERSISTENCE_ERROR 5 |
Definition at line 41 of file BESStatusReturn.h.
Referenced by BESContainerStorageException::BESContainerStorageException().
#define BES_DATA_HANDLER_FAILURE 8 |
Definition at line 44 of file BESStatusReturn.h.
Referenced by BESResponseException::BESResponseException().
#define BES_DATA_HANDLER_PROBLEM 11 |
Definition at line 47 of file BESStatusReturn.h.
Referenced by BESHandlerException::BESHandlerException(), and BESTransmitException::BESTransmitException().
#define BES_DATABASE_FAILURE 4 |
Definition at line 40 of file BESStatusReturn.h.
Referenced by BESDatabaseException::BESDatabaseException().
#define BES_EXECUTED_OK 0 |
Definition at line 36 of file BESStatusReturn.h.
Referenced by BESDapHandlerException::handleException().
#define BES_FAILED_TO_EXECUTE_COMMIT_COMMAND 10 |
Definition at line 46 of file BESStatusReturn.h.
#define BES_INITIALIZATION_FILE_PROBLEM 6 |
Definition at line 42 of file BESStatusReturn.h.
Referenced by BESKeysException::BESKeysException().
#define BES_LOG_FILE_PROBLEM 7 |
#define BES_MEMORY_EXCEPTION 3 |
Definition at line 39 of file BESStatusReturn.h.
Referenced by BESMemoryException::BESMemoryException().
#define BES_REQUEST_INCORRECT 2 |
Definition at line 38 of file BESStatusReturn.h.
Referenced by BESIncorrectRequestException::BESIncorrectRequestException(), and BESApacheInterface::exception_manager().
#define BES_TERMINATE_IMMEDIATE 1 |
Definition at line 37 of file BESStatusReturn.h.
Referenced by BESApacheInterface::execute_request().
#define BESStatusReturn_h_ 1 |
Definition at line 34 of file BESStatusReturn.h.