An enumerated type for common errors.
The most common errors within DODS have special codes so that they can be spotted easily by the DODS client software. Any error without a matching code gets the #unknown_error# code. \begin{verbatim} enum ErrorCode { undefined_error = -1, unknown_error, no_such_file, no_such_variable, malformed_expr, no_authorization, can_not_read_file }; \end{verbatim}
alphabetic index hierarchy of classes
generated by doc++