tuweni / org.apache.tuweni.toml / TomlParseResult

TomlParseResult

interface TomlParseResult : TomlTable (source)

The result from parsing a TOML document.

Functions

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