DerivationError

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class InvalidConfiguration(msg: String) extends DerivationError
final case class MissingMatchingSubType(subtypeName: String) extends DerivationError
final case class MissingMatchingValue(valueName: String) extends DerivationError
final case class MissingPublicSource(outFieldName: String) extends DerivationError
final case class NotSupportedEnumConversion(isInSumType: Boolean, isOutSumType: Boolean) extends DerivationError
final case class NotSupportedFieldConversion[I, O](inField: String, inFieldType: Type[I], outField: String, outFieldType: Type[O]) extends DerivationError
final case class NotYetImplemented(msg: String) extends DerivationError
case object NotYetSupported extends DerivationError
final case class RequiredImplicitNotFound[I, O](inFieldType: Type[I], outFieldType: Type[O]) extends DerivationError

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror