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
Attributes
- Supertypes
-
trait Writetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Attributes
- Supertypes
-
trait Writetrait Serializabletrait Producttrait Equalsclass 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 types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article