MigrationDoesNotResultInExpectedState
 oxygen.sql.migration.model.MigrationError.MigrationDoesNotResultInExpectedState
  final case class MigrationDoesNotResultInExpectedState(expected: MigrationState, actual: MigrationState, steps: ArraySeq[StateDiff]) extends MigrationError
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Producttrait Equalstrait MigrationErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
 
Members list
Value members
Inherited methods
Attributes
- Inherited from:
 - Throwable
 
Attributes
- Inherited from:
 - Throwable
 
Attributes
- Inherited from:
 - Throwable
 
Attributes
- Inherited from:
 - Throwable
 
Attributes
- Definition Classes
 - 
               MigrationError -> Throwable
 - Inherited from:
 - MigrationError
 
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:
 - Throwable
 
Attributes
- Inherited from:
 - MigrationError
 
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
 
In this article