We are doing some data extraction by call ExtractWithNotes in DSS REST API
var extractionResult = context.ExtractWithNotes(extractionRequest);
For time to time, this throw an exception. We check e.Message which only has this not too revealing message:
"An error occurred while sending the request."
Is there a better way of handling this?