Comments on: C5_DOSERROR https://vivaclipper.wordpress.com/2013/07/14/c5_doserror/ Notes of a Clipper Language Student Sun, 21 Jul 2013 19:17:44 +0000 hourly 1 http://wordpress.com/ By: C5 Error Class | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/14/c5_doserror/#comment-2761 Sun, 21 Jul 2013 19:17:44 +0000 http://vivaclipper.wordpress.com/?p=4209#comment-2761 […]   Class Function ErrorNew() Create a new error object ErrorNew() –> objError Returns a new Error object. Exported Instance Variables args An array of function or operator arguments canDefault Indicates whether or not default recovery is available canRetry Indicates whether or not a retry is possible after an error canSubstitute Indicates if a new result can be substituted after an error cargo User-definable variable description Character description of the error condition filename Name of the file associated with the error genCode Clipper error code number operation Character description of the failed operation osCode Operating system error code number severity Indicates error severity subCode Subsystem-specific error code number subSystem Character description of the subsystem generating the error tries Number of times the failed operation has been attempted See Also: BEGIN SEQUENCE DOSERROR() ERRORBLOCK() NETERR() […]

]]>