Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobSchedulingError

Package version

An interface representing JobSchedulingError.

summary

An error encountered by the Batch service when scheduling a job.

Hierarchy

  • JobSchedulingError

Index

Properties

category

category: ErrorCategory

The category of the job scheduling error. Possible values include: 'userError', 'serverError'

Optional code

code: undefined | string

An identifier for the job scheduling error. Codes are invariant and are intended to be consumed programmatically.

Optional details

details: NameValuePair[]

A list of additional error details related to the scheduling error.

Optional message

message: undefined | string

A message describing the job scheduling error, intended to be suitable for display in a user interface.

Generated using TypeDoc