Changes in src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs [2a9d9d1:846cf1a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs
r2a9d9d1 r846cf1a 13 13 public const string StudentHasBadReputation = "StudentHasBadReputation"; 14 14 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"; 19 16 } 20 17 }
Note:
See TracChangeset
for help on using the changeset viewer.