zio.dynamodb.DynamoDBError.TransactionError
See theTransactionError companion object
sealed trait TransactionError extends DynamoDBError
You need to handle this error if you are using the transaction API ie dynamoDBQuery.transaction
or dynamoDBQuery.safeTransaction
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
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