BatchDeleteDocumentResponseFailedDocument

Provides information about documents that could not be removed from an index by the BatchDeleteDocument API.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code for why the document couldn't be removed from the index.

Link copied to clipboard

An explanation for why the document couldn't be removed from the index.

Link copied to clipboard
val id: String?

The identifier of the document that couldn't be removed from the index.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String