Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents a failed entry in a batch operation.

    interface BatchFailedEntry {
        error: string;
        id: string;
    }
    Index

    Properties

    Properties

    error: string

    Error message associated with the failed entry.

    id: string

    Unique identifier of the failed entry.