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

    Interface DeleteVideoFailureList

    interface DeleteVideoFailureList {
        failedReason?: string;
        failPostId?: string;
        failVideoUploadId?: string;
    }
    Index

    Properties

    failedReason?: string

    Failed reason of the corresponding video_upload_id or post_id.

    failPostId?: string

    Failed post_id.

    failVideoUploadId?: string

    Failed video_upload_id.