FailedBatchItem

A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.

Types

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

Properties

Link copied to clipboard

The error message that indicates why the batch item failed.

Link copied to clipboard
val id: String

The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows operations.

Functions

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