Commit c14fd221 authored by Dominik Charousset's avatar Dominik Charousset

Update enum strings

parent 6f486099
...@@ -125,6 +125,12 @@ std::string to_string(sec x) { ...@@ -125,6 +125,12 @@ std::string to_string(sec x) {
return "no_tracing_context"; return "no_tracing_context";
case sec::all_requests_failed: case sec::all_requests_failed:
return "all_requests_failed"; return "all_requests_failed";
case sec::field_invariant_check_failed:
return "field_invariant_check_failed";
case sec::field_value_synchronization_failed:
return "field_value_synchronization_failed";
case sec::invalid_field_type:
return "invalid_field_type";
}; };
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment