- Timestamp:
- 10/31/21 12:13:35 (3 years ago)
- Branches:
- dev
- Children:
- 7c3e6a8
- Parents:
- ad0fcd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Commands/Questioning/QuestioningErrorCodes.cs
rad0fcd3 rad079e5 9 9 public const string CategoriesDontExist = "CategoriesDontExist"; 10 10 public const string TeamDontExist = "TeamDontExist"; 11 public const string AnswerAlreadyUpvoted = "AnswerAlreadyUpvoted"; 12 public const string AnswerAlreadyDownvoted = "AnswerAlreadyDownvoted"; 13 public const string StudentHasBadReputation = "StudentHasBadReputation"; 11 14 } 12 15 }
Note:
See TracChangeset
for help on using the changeset viewer.