Skip to content
Snippets Groups Projects
Commit b1e1021a authored by michael.minelli's avatar michael.minelli
Browse files

DojoStatusCode => Add codes for tags

parent c2afa861
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ enum DojoStatusCode { ...@@ -17,6 +17,8 @@ enum DojoStatusCode {
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 10304, MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 10304,
GITLAB_TEMPLATE_NOT_FOUND = 10401, GITLAB_TEMPLATE_NOT_FOUND = 10401,
GITLAB_TEMPLATE_ACCESS_UNAUTHORIZED = 10402, GITLAB_TEMPLATE_ACCESS_UNAUTHORIZED = 10402,
TAG_ONLY_ADMIN_CREATION = 11101,
TAG_WITH_ACTIVE_LINK_DELETION = 11102
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment