zio.dynamodb.DynamoDBError.BatchError
See theBatchError companion trait
object BatchError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
BatchError.type
Members list
Type members
Classlikes
final case class Delete(key: PrimaryKey) extends Write
final case class GetError(unprocessedKeys: Map[String, Set[PrimaryKey]]) extends BatchError
Attributes
- Supertypes
-
trait BatchErrortrait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed trait Write extends Product, Serializable
final case class WriteError(unprocessedItems: Map[String, Chunk[Write]]) extends BatchError
Attributes
- Supertypes
-
trait BatchErrortrait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
In this article