MediaJobErrorCategory type

Defines values for MediaJobErrorCategory. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content'

type MediaJobErrorCategory =
  | "Service"
  | "Download"
  | "Upload"
  | "Configuration"
  | "Content"