object generating progress

This commit is contained in:
Sascha Kühl
2025-11-25 16:27:25 +01:00
parent ab7a2db869
commit f47b3bb87f
16 changed files with 198 additions and 242 deletions
+2
View File
@@ -14,6 +14,8 @@ std::string object_category_impl::message(const int ev) const {
return "Node not found";
case error_code::NodeAlreadyExists:
return "Node already exists";
case error_code::NoPrimaryKey:
return "No primary key";
case error_code::Failure:
return "Failure";
default: