We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8612a7d commit fd2d949Copy full SHA for fd2d949
articles/batch/TOC.yml
@@ -115,6 +115,8 @@
115
href: large-number-tasks.md
116
- name: Check for job and task errors
117
href: batch-job-task-error-checking.md
118
+ - name: Detecting and handling Batch service errors
119
+ href: batch-retry-after-errors.md
120
- name: Create resource files
121
href: resource-files.md
122
- name: Persist job and task output
articles/batch/batch-retry-after-errors.md
@@ -18,7 +18,7 @@ ms.author: labrenne
18
ms.custom: seodec18
19
---
20
21
-# Detecting errors
+# Detecting and handling Batch service errors
22
23
It is important to remember to check for errors when working with a REST service API. It isn't uncommon for errors to occur when running batch jobs.
24
0 commit comments