Skip to content

Commit

Permalink
Merge pull request #163 from GiganticMinecraft/addErrorCode
Browse files Browse the repository at this point in the history
feat: ErrorCode の追加
  • Loading branch information
rito528 authored Aug 27, 2024
2 parents 07ee0aa + b7ec937 commit b443723
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 b443723

Please sign in to comment.