[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson