Changes in src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs [846cf1a:ad079e5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs
r846cf1a rad079e5 11 11 public const string AnswerAlreadyUpvoted = "AnswerAlreadyUpvoted"; 12 12 public const string AnswerAlreadyDownvoted = "AnswerAlreadyDownvoted"; 13 public const string StudentHasBadReputation = "StudentHasBadReputation"; 14 public const string AnswerTextLengthInvalid = "AnswerTextLengthInvalid"; 15 public const string QuestionNotFound = "QuestionNotFound"; 13 public const string StudentHasBadReputation = "StudentHasBadReputation"; 16 14 } 17 15 }
Note:
See TracChangeset
for help on using the changeset viewer.