class final
parse_errorAn error generated when parsing fails.
Public functions
-
auto description() const → std::
string_view noexcept - Returns a textual description of the error.
-
auto source() const → const source_
region& noexcept - Returns the region of the source document responsible for the error.
Function documentation
std:: string_view toml:: parse_error:: description() const noexcept
Returns a textual description of the error.