libdas2
das2 core C utilities
|
#include <das2/util.h>
Structure returned from das_get_error().
To get error messages libdas2 must be set to an error dispostition of DAS2_ERRDIS_RET
Public Member Functions | |
das_error_msg * | das_get_error (void) |
Return the saved das2 error message buffer. More... | |
void | das_error_free (das_error_msg *pMsg) |
Free an error message structure allocated on the heap. More... | |