object generating progress
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user