fixing error messages

This commit is contained in:
Ian Roddis
2021-11-11 12:02:37 -04:00
parent e7980d666b
commit ac3928c7f6
2 changed files with 2 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ namespace daggy {
throw std::runtime_error("Payload is not a dictionary.");
}
if (!spec.HasMember("tag")) {
throw std::runtime_error("DAG Run is missing a name.");
throw std::runtime_error("DAG Run is missing a tag.");
}
if (!spec.HasMember("tasks")) {
throw std::runtime_error("DAG Run has no tasks.");