Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetVideoUploadResultResponse

    Response for v2.media_space.get_video_upload_result

    interface GetVideoUploadResultResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            message?: string;
            status: VideoUploadStatus;
            video_info?: MediaVideoInfo;
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        message?: string;
        status: VideoUploadStatus;
        video_info?: MediaVideoInfo;
    }

    Type Declaration

    • Optionalmessage?: string

      Detail error message if video uploading/transcoding failed

    • status: VideoUploadStatus

      Current status of this video upload session

    • Optionalvideo_info?: MediaVideoInfo

      Transcoded video info, present if status is SUCCEEDED

    warning?: string | string[]

    Warning message or list of warning messages