Skip to content

Commit

Permalink
Merge pull request #55 from superptitsam/main
Browse files Browse the repository at this point in the history
Fix error message generation
  • Loading branch information
gfenoy committed Jul 25, 2023
2 parents 2a0409f + 2f80d39 commit 7711fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoo-project/zoo-kernel/response_print.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ extern "C" {
},
{
"400 Bad request",
"MissingParameterValue"
"MissingParameterValue",
"InvalidParameterValue",
"InvalidUpdateSequence",
"OptionNotSupported",
Expand Down

0 comments on commit 7711fc0

Please sign in to comment.