Method to check on the status of asynchronously processed exports
If exports aren't ready yet, return the processExports object again to check back later
Should return a boolean indicating success, or throw an error if something went wrong
Errors is an Array of Error objects with an additional recordId property so we can link the error to the specific export that caused the error.
If there's a general error with the export processor, just throw a single error
Method to check on the status of asynchronously processed exports If exports aren't ready yet, return the
processExports
object again to check back later Should return a boolean indicating success, or throw an error if something went wrong Errors is an Array of Error objects with an additionalrecordId
property so we can link the error to the specific export that caused the error. If there's a general error with the export processor, just throw a single error