BatchJobSchedulingErrorOutput interface
An error encountered by the Batch service when scheduling a Job.
Properties
| category | The category of the Job scheduling error. Possible values: "usererror", "servererror" |
| code | An identifier for the Job scheduling error. Codes are invariant and are intended to be consumed programmatically. |
| details | A list of additional error details related to the scheduling error. |
| message | A message describing the Job scheduling error, intended to be suitable for display in a user interface. |
Property Details
category
The category of the Job scheduling error.
Possible values: "usererror", "servererror"
category: string
Property Value
string
code
An identifier for the Job scheduling error. Codes are invariant and are intended to be consumed programmatically.
code?: string
Property Value
string
details
A list of additional error details related to the scheduling error.
details?: NameValuePairOutput[]
Property Value
message
A message describing the Job scheduling error, intended to be suitable for display in a user interface.
message?: string
Property Value
string