Error() > Instance variables |
Number of times the failed operation was attempted to be executed.
Data type: | N | Default: | 0 |
The instance variable contains a numeric value which is initially zero. When :canRetry is .T. (true) and a failed operation is retried, the value of :tries is incremented by one. Thus, :tries is a counter for how often a failed operation is retried.
http://www.xHarbour.com