Ignore:
Timestamp:
10/31/21 12:13:35 (3 years ago)
Author:
Стојков Марко <mst@…>
Branches:
dev
Children:
7c3e6a8
Parents:
ad0fcd3
Message:

Vote answer endpoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs

    rad0fcd3 rad079e5  
    99        public const string CategoriesDontExist = "CategoriesDontExist";
    1010        public const string TeamDontExist = "TeamDontExist";
     11        public const string AnswerAlreadyUpvoted = "AnswerAlreadyUpvoted";
     12        public const string AnswerAlreadyDownvoted = "AnswerAlreadyDownvoted";
     13        public const string StudentHasBadReputation = "StudentHasBadReputation";
    1114    }
    1215}
Note: See TracChangeset for help on using the changeset viewer.