Skip to content

Commit a2afa4b

Browse files
authored
Fix typo in schedulingError description
1 parent 60c8183 commit a2afa4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/batch/batch-task-fail-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ms.date: 02/05/2026
8989
|`retryCount`|Int32|The number of times the Batch service retried the task. The task is retried if it exits with a nonzero exit code, up to the specified MaxTaskRetryCount.|
9090
|`requeueCount`|Int32|The number of times the Batch service requeued the task as a result of user request.<br /><br /> When nodes are removed from a pool (through resizing or shrinking) or a job is disabled, you can choose to requeue the running tasks on those nodes. This count tracks how many times a task was requeued for these reasons.|
9191
|`result`|String|The task result string, it could be "Success" or "Failure".|
92-
|[`schedulingError`](#schedulingError)|Complex Type|Contains detailed information about error.|
92+
|[`schedulingError`](#schedulingError)|Complex Type|Contains detailed information about the error.|
9393

9494
### <a name="schedulingError"></a> schedulingError
9595

0 commit comments

Comments
 (0)