Package

org.scanamo

error

Permalink

package error

Visibility
  1. Public
  2. All

Type Members

  1. final case class ConditionNotMet(e: ConditionalCheckFailedException) extends ScanamoError with Product with Serializable

    Permalink
  2. sealed abstract class DynamoReadError extends ScanamoError

    Permalink
  3. final case class InvalidPropertiesError(errors: NonEmptyList[(String, DynamoReadError)]) extends DynamoReadError with Product with Serializable

    Permalink
  4. final case class NoPropertyOfType(propertyType: String, actual: DynamoValue) extends DynamoReadError with Product with Serializable

    Permalink
  5. sealed abstract class ScanamoError extends AnyRef

    Permalink
  6. final case class TypeCoercionError(t: Throwable) extends DynamoReadError with Product with Serializable

    Permalink

Value Members

  1. object DynamoReadError

    Permalink
  2. object MissingProperty extends DynamoReadError with Product with Serializable

    Permalink

Ungrouped