Daylight v4.9
Release Date: 1 February 2008

Name

dt_errorworst - retrieve the level of the worst error recorded

Generic Prototype

dt_errorworst(void) => dt_Integer

C Prototype

#include "dt_smiles.h"

dt_Integer dt_errorworst(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_errorworst()

Description

Returns 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 Value

A return of DX_ERR_NONE indicates that no errors are present in the error queue. Otherwise, a severity level is returned.

Related Topics

dt_errorclear(3) dt_errorsave(3) dt_errors(3) dt_smilinerrors(3)