attaching schema nodes progress

This commit is contained in:
Sascha Kühl
2025-07-10 16:02:25 +02:00
parent 7fd11ad174
commit 6982eebfd6
7 changed files with 61 additions and 36 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace matador::utils {
std::string error::message() const {
return ec_.message();
return error_message_;
}
std::string error::category() const {