From b7ec9377b46863a54cd28beaeabf4f7e3cc93e63 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:03:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20ErrorCode=20=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/errors.tsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/errors.tsp b/src/models/errors.tsp index f34443c..ce46954 100644 --- a/src/models/errors.tsp +++ b/src/models/errors.tsp @@ -3,6 +3,7 @@ enum ErrorCode { ANSWER_NOT_FOUND, OUT_OF_PERIOD, DO_NOT_HAVE_PERMISSION_TO_POST_FORM_COMMENT, + DO_NOT_HAVE_PERMISSION_TO_GET_ANSWERS, INTERNAL_SERVER_ERROR, }