MissingField

io.github.srs.config.ConfigError.MissingField
final case class MissingField(field: String)

Represents an error where a required field is missing in the configuration.

Value parameters

field

the name of the missing field

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product