diff options
Diffstat (limited to 'include/openvic-dataloader/csv/Parser.hpp')
-rw-r--r-- | include/openvic-dataloader/csv/Parser.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openvic-dataloader/csv/Parser.hpp b/include/openvic-dataloader/csv/Parser.hpp index 1c363c8..e3ae84d 100644 --- a/include/openvic-dataloader/csv/Parser.hpp +++ b/include/openvic-dataloader/csv/Parser.hpp @@ -42,6 +42,8 @@ namespace ovdl::csv { using error_range = ovdl::detail::error_range<error::Root>; Parser::error_range get_errors() const; + std::string_view error(const ovdl::error::Error* error) const; + const FilePosition get_error_position(const error::Error* error) const; void print_errors_to(std::basic_ostream<char>& stream) const; |