MediaJobErroredEventData type
Job error state event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobErrored event.
type MediaJobErroredEventData = MediaJobStateChangeEventData & {
outputs: MediaJobOutputUnion[]
}