From 74b0746b0bcd9edaa1a154d08ff63ec45e7dab09 Mon Sep 17 00:00:00 2001 From: JeshuaRen <270813223@qq.com> Date: Wed, 3 Sep 2025 14:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=9F=A5=E8=AF=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=8A=B6=E6=80=81=E7=A0=81=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consts/errorcode/error_code.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consts/errorcode/error_code.go b/consts/errorcode/error_code.go index 8dffeb3..7cd230b 100644 --- a/consts/errorcode/error_code.go +++ b/consts/errorcode/error_code.go @@ -8,4 +8,5 @@ const ( BadArgument = "BadArgument" TaskNotFound = "TaskNotFound" Unauthorized = "Unauthorized" + UnknownError = "UnknownError" )