Error() > Instance variables xHarbour Developers Network  

oError:severity

Numeric value indicating error severity.

Info

Data type:NDefault:0

Description

The instance variable contains a numeric value representing the severity of the error. #define constants are available in Error.ch to classify the severity of a runtime error:

Severity levels of runtime errors
ConstantValueDescription
ES_WHOCARES0Just informational, not really an error
ES_WARNING1This error is not a real error yet, but may lead to one later
ES_ERROR2This error must be corrected immediately in an error handling routine
ES_CATASTROPHIC3This error requires immediate termination of the application


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe