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

    Interface ReplyCommentResult

    ReplyCommentResult sub-interface for ReplyCommentResponseData

    interface ReplyCommentResult {
        comment_id?: number;
        fail_error?: string;
        fail_message?: string;
    }
    Index

    Properties

    comment_id?: number

    The identity of comment.

    fail_error?: string

    Indicate error details if one element hit error.

    fail_message?: string

    Indicate error type if one element hit error.