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

    Represents the response for failed entries in a batch operation.

    interface BatchFailedEntriesResponse {
        continuationToken: string;
        failedEntryResponses: BatchFailedEntry[];
    }
    Index

    Properties

    continuationToken: string

    A token to retrieve the next page of results.

    failedEntryResponses: BatchFailedEntry[]

    A list of failed entry responses.