function shouldIgnoreAPIErrorFn()

in src/utils/batchSenders.js [416:418]


function shouldIgnoreAPIErrorFn(error: {error_subcode: number}): boolean {
  return error && error.error_subcode === ERROR_CODE_PROGRESS_OVERLAP;
}