final case class NotSupportedDerivation(sourceTypeName: String, targetTypeName: String) extends DerivationError with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NotSupportedDerivation
- DerivationError
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NotSupportedDerivation(sourceTypeName: String, targetTypeName: String)
Value Members
-
val
sourceTypeName: String
- Definition Classes
- NotSupportedDerivation → DerivationError
-
val
targetTypeName: String
- Definition Classes
- NotSupportedDerivation → DerivationError