Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     severity                                       (Assignable)

        Contains a numeric value indicating the severity of the error
        condition.  Four standard values are defined in Error.ch:

        Error:severity Values
        ---------------------------------------------------------------------
        Error.ch            Meaning
        ---------------------------------------------------------------------
        ES_WHOCARES         The condition does not represent a failure; the
                            error is informational.
        ES_WARNING          The condition does not prevent further operations,
                            but may result in a more serious error later.
        ES_ERROR            The condition prevents further operations without
                            corrective action of some kind.
        ES_CATASTROPHIC     The condition requires immediate termination of
                            the application.
        ---------------------------------------------------------------------

        Note that the CA-Clipper runtime support code only generates errors
        with severities of ES_WARNING or ES_ERROR.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson