JobSchedulingError interface
An interface representing JobSchedulingError.
Properties
| category | The category of the Job scheduling error. Possible values include: '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 include: 'userError', 'serverError'
category: ErrorCategory
Property Value
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?: NameValuePair[]
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