BatchError

zio.dynamodb.DynamoDBError.BatchError
See theBatchError companion trait
object BatchError

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BatchError.type

Members list

Type members

Classlikes

final case class Delete(key: PrimaryKey) extends Write

Attributes

Supertypes
trait Write
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetError(unprocessedKeys: Map[String, Set[PrimaryKey]]) extends BatchError

Attributes

Supertypes
trait BatchError
trait Product
trait Equals
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Put(item: Item) extends Write

Attributes

Supertypes
trait Write
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Write extends Product, Serializable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Delete
class Put
final case class WriteError(unprocessedItems: Map[String, Chunk[Write]]) extends BatchError

Attributes

Supertypes
trait BatchError
trait Product
trait Equals
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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