ParsingError

io.github.srs.config.ConfigError.ParsingError
final case class ParsingError(message: String)

Represents an error that occurs during parsing of the configuration.

Value parameters

message

a message describing the parsing error

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product