3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

#6456 - elaborate on error message

This commit is contained in:
Nikolaj Bjorner 2022-11-20 11:27:39 +07:00
parent 86f3702403
commit fcaa85d7a8

View file

@ -105,7 +105,7 @@ extern "C" {
symbol sname = to_symbol(name);
if (mk_c(c)->get_dt_plugin()->is_declared(sname)) {
SET_ERROR_CODE(Z3_INVALID_ARG, nullptr);
SET_ERROR_CODE(Z3_INVALID_ARG, "enumeration sort name is already declared");
RETURN_Z3(nullptr);
}