Hi, downloading a list of files from SFTP, about h...
# suitescript
g
Hi, downloading a list of files from SFTP, about halfway through I get this error {"type":"error.SuiteScriptError","name":"UNEXPECTED_ERROR","message":null,"stack":["download(N/sftp)","downloadFile(/SuiteScripts/orders.js:90)","execute(/SuiteScripts/orders.js:836)"],"cause":{"type":"internal error","code":"UNEXPECTED_ERROR","details":null,"userEvent":null,"stackTrace":["download(N/sftp)","downloadFile(/SuiteScripts/orders.js:90)","execute(/SuiteScripts/orders.js:836)"],"notifyOff":false},"id":"6c26cf83-a298-484f-bb8d-ca4e2a95901a-2d323032302e30382e3139","notifyOff":false,"userFacing":false} connection is not yet timed out, cannot figure out what the issue is... Anyone have suggestions
n
"UNEXPECTED_ERROR","details":null I'm leaning towards a JS exception, us a try catch to 'try' and 'catch' an exception?