interface TomlParseResult : TomlTable
The result from parsing a TOML document.
The errors that occurred during parsing.
abstract fun errors(): MutableList<TomlParseError!>!
open fun hasErrors(): Boolean