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

    Type Alias GenerateReframedVideoV2404

    Error response for the reframed video job.

    type GenerateReframedVideoV2404 = {
        error_code: string;
        message: string;
    }
    Index

    Properties

    Properties

    error_code: string

    A code representing the specific error type.

    message: string

    A description of the error that occurred.