Molconn-Z 4.00 Manual: Toolkit Programmers Guide: Error Codes

Molconn-Z Toolkit Programmers Guide: Error Codes

Specific Error Codes

ESLC_MOLCONNZ_ERROR_NOERROR 0
ESLC_MOLCONNZ_ERROR_CIRCUITBUFFEROVERFLOW 1
ESLC_MOLCONNZ_ERROR_PATHBUFFEROVERFLOW 2
ESLC_MOLCONNZ_ERROR_DISCONNECTEDGRAPH 3
ESLC_MOLCONNZ_ERROR_EDGESOVERFLOW 4
ESLC_MOLCONNZ_ERROR_MONOATOMIC_MOLECULE 5
ESLC_MOLCONNZ_ERROR_UNPARAMETERIZED_ELEMENT 6
ESLC_MOLCONNZ_ERROR_FILE_READ_FAILURE 90
ESLC_MOLCONNZ_ERROR_GENERAL_PROGRAM_FAULT 99

Specific Error Behaviors

ESLC_ONERRORCODE_FULLEXIT -1If error is encountered, EXIT program
ESLC_ONERRORCODE_SKIPCALC 0If error is encountered, SKIP current calculation (or molecule)
ESLC_ONERRORCODE_FIXMOLECULE 1If error is encountered, SKIP current calculation (or molecule)
ESLC_ONERRORCODE_CONTINUE 2If error is encountered, CONTINUE current calculation with present (flawed) data
ESLC_ONERRORCODE_NOERROR 10If error is encountered, CONTINUE current calculation with present (flawed) data