Specifies how TomlParser handles syntax errors.
public enum TomlParserMode
kind:method, kind:property, kind:ctor. Press Esc to clear.StrictStops at the first error and throws a TomlException.TolerantRecords diagnostics and terminates the event stream without throwing.