- Timestamp:
- 11/02/21 21:02:45 (3 years ago)
- Branches:
- dev
- Children:
- 80e2fe0
- Parents:
- 728eb31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs
r728eb31 r846cf1a 11 11 public const string AnswerAlreadyUpvoted = "AnswerAlreadyUpvoted"; 12 12 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"; 14 16 } 15 17 }
Note:
See TracChangeset
for help on using the changeset viewer.