MediaJobErrorCode type

Defines values for MediaJobErrorCode. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported'

type MediaJobErrorCode =
  | "ServiceError"
  | "ServiceTransientError"
  | "DownloadNotAccessible"
  | "DownloadTransientError"
  | "UploadNotAccessible"
  | "UploadTransientError"
  | "ConfigurationUnsupported"
  | "ContentMalformed"
  | "ContentUnsupported"