Closed smalers closed 8 months ago
Better error handling has been added when reading global data. The code handles HTTP 420 errors generated by the service, due to too many requests in a short amount of time. If the error occurs, a wait and retry occurs, with lengthening wait time up to a maximum limit. If an error reading global data occurs, an error will be shown in the ReadTimesheetsCom
command so that the user knows there is a problem. Close this issue.
The web service will return an error message if there is a problem. Need to propagate the message to higher-level code so that the user is aware.