|
libdap++
Updated for version 3.13.1
|
#include <cstdio>#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | libdap::Error |
| A class for error processing. More... | |
Namespaces | |
| libdap | |
Macros | |
Internal DAP errors | |
| #define | undefined_error 1000 |
| Undefined error code. More... | |
| #define | unknown_error 1001 |
| Unknown error. More... | |
| #define | internal_error 1002 |
| Internal server error. More... | |
| #define | no_such_file 1003 |
| #define | no_such_variable 1004 |
| #define | malformed_expr 1005 |
| #define | no_authorization 1006 |
| #define | cannot_read_file 1007 |
| #define | dummy_message 1008 |
Typedefs | |
| typedef int | libdap::ErrorCode |
| An enumerated type for common errors. More... | |
| #define cannot_read_file 1007 |
Definition at line 66 of file Error.h.
Referenced by libdap::DAS::parse(), libdap::DDS::parse(), and libdap::Error::set_error_code().
| #define internal_error 1002 |
Definition at line 61 of file Error.h.
Referenced by libdap::InternalErr::InternalErr().
| #define malformed_expr 1005 |
Definition at line 64 of file Error.h.
Referenced by libdap::Array::add_constraint(), libdap::build_btp_args(), libdap::extract_double_array(), libdap::extract_double_value(), libdap::extract_string_argument(), and libdap::Sequence::set_row_number_constraint().
| #define undefined_error 1000 |
Definition at line 59 of file Error.h.
Referenced by libdap::Error::OK(), and libdap::Error::set_error_code().
| #define unknown_error 1001 |
Definition at line 60 of file Error.h.
Referenced by libdap::parse_error(), libdap::ResponseTooBigErr::ResponseTooBigErr(), libdap::DODSFilter::send_data(), libdap::DODSFilter::send_data_ddx(), and libdap::SignalHandlerRegisteredErr::SignalHandlerRegisteredErr().