FailureReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the reasons for why a job can fail.
public enum FailureReason
type FailureReason =
Public Enum FailureReason
- Inheritance
-
FailureReason
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | The job did not fail. This enumeration member represents a value of 0. |
| ExecutionFailure | 1 | A task in the job does not exist or could not start. This enumeration member represents a value of 1. |
| ResourceFailure | 2 | The node failed. This enumeration member represents a value of 2. |
| Preempted | 3 | The job was preempted by a higher priority job. This enumeration member represents a value of 3. |