CollectionError

fm.serializer.validation.ValidationError$.CollectionError
final case class CollectionError(path: String, fieldNumber: Int, fieldName: String)(exception: Exception) extends ParseError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ParseError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

protected def errorMessage: String

Attributes

Inherited from:
ParseError
final def message: String

Attributes

Inherited from:
ValidationError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product