From 881b8cc1fa38c2a1584f1c5fa2c3df73644dcb3b Mon Sep 17 00:00:00 2001 From: pycook Date: Tue, 12 Sep 2023 20:01:30 +0800 Subject: [PATCH] cmdb-api/api/lib/resp_format.py --- cmdb-api/api/lib/resp_format.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdb-api/api/lib/resp_format.py b/cmdb-api/api/lib/resp_format.py index e3cf4da..5a7c852 100644 --- a/cmdb-api/api/lib/resp_format.py +++ b/cmdb-api/api/lib/resp_format.py @@ -9,6 +9,8 @@ class CommonErrFormat(object): not_found = "不存在" + circular_dependency_error = "存在循环依赖!" + unknown_search_error = "未知搜索错误" invalid_json = "json格式似乎不正确了, 请仔细确认一下!"