InvalidType

io.github.srs.config.ConfigError.InvalidType
final case class InvalidType(field: String, expected: String)

Represents an error where a value is of an invalid type.

Value parameters

expected

a description of the expected type

field

the name of the field with the invalid type

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product