AWSError
zio.dynamodb.DynamoDBError$.AWSError
final case class AWSError(cause: DynamoDbException) extends DynamoDBError
Encapsulates the underlying AWS SDK dynamodb error in cause which can be pattern matched eg case DynamoDBError.AWSError(_: ConditionalCheckFailedException) => ...
Attributes
- Graph
-
- Supertypes
-
trait DynamoDBErrortrait Producttrait Equalstrait NoStackTraceclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- 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:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
In this article