BatchItemError

Contains the batch request error details associated with the request.

Types

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

Properties

Link copied to clipboard

The error code associated with the batch request error.

Link copied to clipboard

A message with the reason for the batch request error.

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