Daylight v4.9 Release Date: 1 February 2008 Namedt_errorworst - retrieve the level of the worst error recordedGeneric Prototypedt_errorworst(void) => dt_IntegerC Prototype#include "dt_smiles.h"dt_Integer dt_errorworst(void) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_errorworst() DescriptionReturns the error level of the worst error in the internal error queue, whether recorded by dt_errorsave(3) or generated by the toolkit itself.Return ValueA return of DX_ERR_NONE indicates that no errors are present in the error queue. Otherwise, a severity level is returned.Related Topicsdt_errorclear(3) dt_errorsave(3) dt_errors(3) dt_smilinerrors(3) |