MigrationError

oxygen.sql.migration.model.MigrationError
See theMigrationError companion trait

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class EmptyMigration(planned: PlannedMigration) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ErrorDiffingState(version: Int, before: Option[MigrationState], cause: StateDiffError) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ErrorExecutingMigrationStep(version: Int, step: Step, cause: Throwable) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ErrorFetchingMigrations(cause: QueryError) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ErrorInitiatingMigrations(cause: QueryError) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ErrorPersistingMigration(version: Int, step: Option[Step], cause: QueryError) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MigrationDoesNotResultInExpectedState(expected: MigrationState, actual: MigrationState, steps: Contiguous[StateDiff]) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MigrationsDiffer(executed: ExecutedMigration, calculated: CalculatedMigration) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MissingPlannedMigration(executed: ExecutedMigration) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnexpectedVersion(expected: Int, planned: PlannedMigration) extends MigrationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror