IllegalPolymorphicDiscriminatorFieldMapping

grackle.sql.SqlMappingLike.IllegalPolymorphicDiscriminatorFieldMapping
case class IllegalPolymorphicDiscriminatorFieldMapping(objectMapping: ObjectMapping, fieldMapping: FieldMapping, impls: List[String]) extends SqlValidationFailure

Interface/union type mapping has a polymorphic discriminator

Attributes

Source
SqlMapping.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnsiColor
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def formattedMessage: String

Attributes

Definition Classes
Source
SqlMapping.scala
override def toString: String

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.

Definition Classes
Any
Source
SqlMapping.scala

Inherited methods

override protected def key: String

Attributes

Definition Classes
Inherited from:
SqlValidationFailure
Source
SqlMapping.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
protected def sql(a: Any): String

Attributes

Inherited from:
SqlValidationFailure
Source
SqlMapping.scala
final def toErrorMessage: String

Attributes

Inherited from:
ValidationFailure
Source
validationfailure.scala

Inherited fields

Attributes

Inherited from:
ValidationFailure
Source
validationfailure.scala