toml / org.apache.tuweni.toml / TomlParseResult / errors

errors

abstract fun errors(): MutableList<TomlParseError> (source)

The errors that occurred during parsing.

Return
A list of errors.