Skip to content

Commit

Permalink
feat: ErrorCode の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 27, 2024
1 parent 07ee0aa commit b7ec937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/errors.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit b7ec937

Please sign in to comment.