@musallam/audio-video-client
    Preparing search index...

    Type Alias JobStatusErrorsItem

    type JobStatusErrorsItem = {
        error: JobStatusErrorsItemError;
        presetIndex: number;
        variationIndex: number;
    }
    Index

    Properties

    presetIndex: number

    Zero-based index of the preset that was used for the failed variation.

    variationIndex: number

    Zero-based index of the variation that failed.