Ignore:
File:
1 edited

Legend:

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

    rad079e5 r846cf1a  
    1111        public const string AnswerAlreadyUpvoted = "AnswerAlreadyUpvoted";
    1212        public const string AnswerAlreadyDownvoted = "AnswerAlreadyDownvoted";
    13         public const string StudentHasBadReputation = "StudentHasBadReputation";
     13        public const string StudentHasBadReputation = "StudentHasBadReputation";
     14        public const string AnswerTextLengthInvalid = "AnswerTextLengthInvalid";
     15        public const string QuestionNotFound = "QuestionNotFound";
    1416    }
    1517}
Note: See TracChangeset for help on using the changeset viewer.