package error
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class ConditionNotMet(e: ConditionalCheckFailedException) extends ScanamoError with Product with Serializable
- sealed abstract class DynamoReadError extends ScanamoError
- final case class InvalidPropertiesError(errors: NonEmptyList[PropertyReadError]) extends DynamoReadError with Product with Serializable
- final case class NoPropertyOfType(propertyType: String, actual: AttributeValue) extends DynamoReadError with Product with Serializable
- final case class PropertyReadError(name: String, problem: DynamoReadError) extends Product with Serializable
- sealed abstract class ScanamoError extends AnyRef
- final case class TypeCoercionError(t: Throwable) extends DynamoReadError with Product with Serializable
Value Members
- object DynamoReadError
- object InvalidPropertiesError extends Serializable
- object MissingProperty extends DynamoReadError with Product with Serializable