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