UnknownField

fm.serializer.validation.ValidationError$.UnknownField
final case class UnknownField(path: String, fieldNumber: Int, fieldName: String) extends ValidationError

Attributes

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

Members list

Value members

Concrete methods

def fieldNameOrNumber: String

A name or number should be set

A name or number should be set

Attributes

Inherited methods

final def message: String

Attributes

Inherited from:
ValidationError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product