From 32704b08c408bccb84592c4077f2975f3e0aa43c Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:12:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ErrorCode=E3=81=ABANSWER=5FNOT=5FFOUND?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/errors.tsp | 1 + 1 file changed, 1 insertion(+) diff --git a/models/errors.tsp b/models/errors.tsp index cb0a6ec..f34443c 100644 --- a/models/errors.tsp +++ b/models/errors.tsp @@ -1,5 +1,6 @@ enum ErrorCode { FORM_NOT_FOUND, + ANSWER_NOT_FOUND, OUT_OF_PERIOD, DO_NOT_HAVE_PERMISSION_TO_POST_FORM_COMMENT, INTERNAL_SERVER_ERROR,