Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DynamoDBError.type
Members list
Type members
Classlikes
Encapsulates the underlying AWS SDK dynamodb error in cause
which can be pattern matched eg case DynamoDBError.AWSError(_: ConditionalCheckFailedException) => ...
Encapsulates the underlying AWS SDK dynamodb error in cause
which can be pattern matched eg case DynamoDBError.AWSError(_: ConditionalCheckFailedException) => ...
Attributes
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Supertypes
- Self type
-
BatchError.type
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.
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
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class GetErrorclass WriteError
Attributes
- Companion
- object
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DecodingErrorclass ValueNotFound
Attributes
- Companion
- trait
- Supertypes
- Self type
-
TransactionError.type
You need to handle this error if you are using the transaction API ie dynamoDBQuery.transaction
or dynamoDBQuery.safeTransaction
You need to handle this error if you are using the transaction API ie dynamoDBQuery.transaction
or dynamoDBQuery.safeTransaction
Attributes
- Companion
- object
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Inherited and Abstract types
The names of the product elements
The name of the type