An enumerated type for `correction programs'.
Some Error objects may contain programs which can be used to correct the reported error. These programs are run using a public member function of the Error class. If an Error object does not have an associated correction program, the program type is NULL. \begin{verbatim} enum ProgramType { undefined_prog_type = -1, no_program, java, tcl }; \end{verbatim} Note that as of DODS Core version 2.15, only the tcl implementation is functional. You can include a Java program, but it will not work properly.
alphabetic index hierarchy of classes
generated by doc++