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

    Interface GenerateReframedVideoJobErrorBody

    Error response for the reframed video job.

    interface GenerateReframedVideoJobErrorBody {
        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.