@@ -2283,12 +2283,13 @@ GetExceptionDetails,
22832283 begin
22842284 ;;Download the error file
22852285 data exceptionRecords, [#]string
2286+ data errorMessage, string
22862287
22872288 now = %datetime
22882289 writelog("Downloading remote exceptions data file")
22892290 writett("Downloading remote exceptions data file")
22902291
2291- if (fsc.DownloadText(remoteExceptionsFile,exceptionRecords))
2292+ if (fsc.DownloadText(remoteExceptionsFile,exceptionRecords,errorMessage ))
22922293 begin
22932294 data ex_ch, int
22942295 data exceptionRecord, string
@@ -2331,12 +2332,13 @@ GetExceptionDetails,
23312332 begin
23322333 ;;Download the error file
23332334 data exceptionRecords, [#]string
2335+ data errorMessage, string
23342336
23352337 now = %datetime
23362338 writelog("Downloading remote exceptions log file")
23372339 writett("Downloading remote exceptions log file")
23382340
2339- if (fsc.DownloadText(remoteExceptionsLog,exceptionRecords))
2341+ if (fsc.DownloadText(remoteExceptionsLog,exceptionRecords,errorMessage ))
23402342 begin
23412343 data ex_ch, int
23422344 data exceptionRecord, string
0 commit comments