OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
Go to the source code of this file.
Classes | |
class | BESError |
Abstract exception class for the BES with basic string message. More... | |
Defines | |
#define | BES_FORBIDDEN_ERROR 4 |
#define | BES_INTERNAL_ERROR 1 |
#define | BES_INTERNAL_FATAL_ERROR 2 |
#define | BES_NOT_FOUND_ERROR 5 |
#define | BES_SYNTAX_USER_ERROR 3 |
#define BES_FORBIDDEN_ERROR 4 |
Definition at line 45 of file BESError.h.
Referenced by BESDapError::convert_error_code(), and BESShowErrorResponseHandler::execute().
#define BES_INTERNAL_ERROR 1 |
Definition at line 42 of file BESError.h.
Referenced by BESDapError::BESDapError(), BESDapError::convert_error_code(), BESApacheInterface::exception_manager(), and BESShowErrorResponseHandler::execute().
#define BES_INTERNAL_FATAL_ERROR 2 |
Definition at line 43 of file BESError.h.
Referenced by BESDapError::BESDapError(), BESDapError::convert_error_code(), BESShowErrorResponseHandler::execute(), and BESApacheInterface::execute_request().
#define BES_NOT_FOUND_ERROR 5 |
Definition at line 46 of file BESError.h.
Referenced by BESDapError::convert_error_code(), and BESShowErrorResponseHandler::execute().
#define BES_SYNTAX_USER_ERROR 3 |
Definition at line 44 of file BESError.h.
Referenced by BESDapError::convert_error_code(), BESShowErrorResponseHandler::execute(), and BESDapResponse::read_contexts().