15 #define DAS2_EXCEPT_NO_DATA_IN_INTERVAL "NoDataInInterval"
16 #define DAS2_EXCEPT_ILLEGAL_ARGUMENT "IllegalArgument"
17 #define DAS2_EXCEPT_SERVER_ERROR "ServerError"
int das_send_spice_err(int nDasVer, const char *sErrType)
Reads a spice error and outputs it as a das exception, the program should only call this if failed_ r...
int das_print_spice_error(const char *sProgName)
Print a spice error to standard output.
void das_spice_err_setup()
Setup spice so that errors are not automatically output to the standard output channel.