Skip to content

Commit

Permalink
Merge pull request #141 from GiganticMinecraft/addErrorCode
Browse files Browse the repository at this point in the history
chore: ErrorCodeにANSWER_NOT_FOUNDを追加
  • Loading branch information
rito528 authored Jun 21, 2024
2 parents ad24e0f + 32704b0 commit 8ca32a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/errors.tsp
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 8ca32a7

Please sign in to comment.