Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetVideoUploadResultResponseData

    GetVideoUploadResultResponseData sub-interface for GetVideoUploadResultResponse

    interface GetVideoUploadResultResponseData {
        message?: string | number;
        status?: string | number;
        video_info?: GetVideoUploadResultVideoInfo;
    }
    Index

    Properties

    message?: string | number

    Detail error message if video uploading/transcoding failed.

    status?: string | number

    Current status of this video upload session. could be: INITIATED(waiting for part uploading and/or the complete_video_upload API call), TRANSCODING(has received all video parts, and is transcoding the video file), SUCCEEDED(transcoding completed, and this upload_id can now be used for item adding/updating), FAILED(this upload failed, see the message filed for some info), CANCELLED(this upload is cancelled)

    Transcoded video info, will be present if status is SUCCEEDED.