fix(rectification): keep candidate state coherent
This commit is contained in:
@@ -22,6 +22,7 @@ function errorResponse(error: unknown) {
|
||||
["agentic_rectification_candidate_not_found", 404, "候选记录不存在或已过期"],
|
||||
["agentic_rectification_candidate_expired", 409, "候选结果已过期,请重新比较"],
|
||||
["agentic_rectification_candidate_selection_blocked", 409, "当前还不能采用候选"],
|
||||
["agentic_rectification_candidate_state_inconsistent", 409, "候选状态已更新,请刷新后重试"],
|
||||
["agentic_rectification_candidate_time_not_allowed", 409, "该时间不在当前候选内"],
|
||||
["agentic_rectification_candidate_already_selected", 409, "该时间已采用"],
|
||||
["agentic_rectification_candidate_superseded", 409, "已有更新的候选结果"],
|
||||
|
||||
Reference in New Issue
Block a user