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

    Interface DeleteVideoFailure

    DeleteVideoFailure sub-interface for DeleteVideoResponseData

    interface DeleteVideoFailure {
        fail_post_id?: string;
        fail_video_upload_id?: string;
        failed_reason?: string;
    }
    Index

    Properties

    Optionalfail_post_id

    fail_post_id?: string

    Failed post_id.

    fail_video_upload_id?: string

    Failed video_upload_id.

    failed_reason?: string

    Failed reason of the corresponding video_upload_id or post_id.