#include <exception>
#include <iostream>
#include <string>
#include <cstdio>
#include <utility>
Go to the source code of this file.
|
| namespace | libdap |
| | top level DAP object to house generic methods
|
| |
◆ cannot_read_file
| #define cannot_read_file 1007 |
◆ dummy_message
| #define dummy_message 1009 |
◆ internal_error
| #define internal_error 1002 |
Internal server error (500)
Definition at line 63 of file Error.h.
◆ malformed_expr
| #define malformed_expr 1005 |
◆ no_authorization
| #define no_authorization 1006 |
◆ no_such_file
| #define no_such_file 1003 |
◆ no_such_variable
| #define no_such_variable 1004 |
◆ not_implemented
| #define not_implemented 1008 |
Implies that it will/might be impl. (501)
Definition at line 69 of file Error.h.
◆ undefined_error
| #define undefined_error 1000 |
Undefined error code, an empty Error object was built.
Definition at line 61 of file Error.h.
◆ unknown_error
| #define unknown_error 1001 |
Unknown error (the default code) (HTTP 400)
Definition at line 62 of file Error.h.