Daylight v4.9 Release Date: 1 February 2008 Namedt_smilinerrors - return all errors related to smiles parsingGeneric Prototypedt_smilinerrors(void) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_smilinerrors(void) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_smilinerrors() DescriptionSelects all errors related to smiles parsing and returns them as a sequence of string objects. Prior to version 4.9 SMILES parsing errors were handled separately from other toolkit errors. Starting with version 4.91 this function is identical to dt_errors(DX_ERR_NOTE). There is a single error queue for the toolkit.Return ValueReturns a handle to a sequence of string objects. The sequence and string objects are newly-allocated copies of the internal error queue and are not affected by operations on the internal queue.It is the responsibility of the calling function to deallocate the sequence object and all of the string objects it contains. Related Topicsdt_errorclear(3) dt_errorworst(3) dt_errorsave(3) dt_errors(3)BugsThis has been documented in the past to take a dt_Integer argument (the severity) but actually doesn't. |