zio.dynamodb.DynamoDBError.BatchError
See theBatchError companion object
sealed trait BatchError extends DynamoDBError
You need to consider this error if queries result in batching eg if you are using DynamoDBQuery.forEach
or manually Zip
'ing together DynamoDBQuery
's or using utility functions that use DynamoDBQuery.forEach
. Note at the point that this error is raised automatic retries have already occurred. For a long running process typical handler actions would be to record the errors and to carry on processing.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class GetErrorclass WriteError
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
NoStackTrace -> Throwable
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
DynamoDBError -> Throwable
- Inherited from:
- DynamoDBError
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
Inherited and Abstract methods
Attributes
- Inherited from:
- DynamoDBError
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article