BatchItemError

Describes an error that occurred while processing a document in a batch. The operation returns on BatchItemError object for each document that contained an error.

Types

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

Properties

Link copied to clipboard

The numeric error code of the error.

Link copied to clipboard

A text description of the error.

Link copied to clipboard
val index: Int?

The zero-based index of the document in the input list.

Functions

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