InsertError

molecule.base.error.InsertError
case class InsertError(tplIndex: Int, fullAttr: String, errors: Seq[String], nestedErrors: Seq[(Int, Seq[InsertError])])

Insert error - validation errors for an insert row of data

Value parameters

errors

Error messages

fullAttr

Full attribute name (Ns.attr)

nestedErrors

Nested errors

tplIndex

Index of attribute value in data tuple

Attributes

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

Members list

Value members

Concrete methods

def render(indent: Int, extraPipe: Boolean): String

Attributes

Source
InsertError.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
InsertError.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product