Trying to make an export to fgdb on one of my form, I get an error in the console :
ERROR Error: Uncaught (in promise): Object: {"error":{"name":"ArcGISRequestError","message":"UNKNOWN_ERROR","originalMessage":"UNKNOWN_ERROR","code":"UNKNOWN_ERROR_CODE","response":{"status":"failed","statusMessage":null,...}
Well I can't really understand this error but the problem is that the Export button keeps looping in the web app. I've sometimes waited for hours just because I thought the export took time to be done.
Would it be possible to catch such errors, display it to users and cancel the export ?