Ignore:
File:
1 edited

Legend:

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

    r2a9d9d1 r846cf1a  
    1313        public const string StudentHasBadReputation = "StudentHasBadReputation";
    1414        public const string AnswerTextLengthInvalid = "AnswerTextLengthInvalid";
    15         public const string QuestionNotFound = "QuestionNotFound";
    16         public const string AnswerInQuestionNotFound = "AnswerInQuestionNotFound";
    17         public const string StudentDoesNotOwnQuestion = "StudentDoesNotOwnQuestion";
    18         public const string AnswerIsAlreadyMarkedAsCorrect = "AnswerIsAlreadyMarkedAsCorrect";
     15        public const string QuestionNotFound = "QuestionNotFound";
    1916    }
    2017}
Note: See TracChangeset for help on using the changeset viewer.