Status

class Status

Provides information about the status of documents submitted for indexing.

Types

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

Properties

Link copied to clipboard

The identifier of the document.

Link copied to clipboard

The current status of a document.

Link copied to clipboard

Indicates the source of the error.

Link copied to clipboard

Provides detailed information about why the document couldn't be indexed. Use this information to correct the error before you resubmit the document for indexing.

Functions

Link copied to clipboard
inline fun copy(block: Status.Builder.() -> Unit = {}): Status
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