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

DojoStatusCode => Add statusCode for limited reached of exercise per assignment

parent 89f3579c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ enum DojoStatusCode {
ASSIGNMENT_CREATION_GITLAB_ERROR = 202,
ASSIGNMENT_CREATION_INTERNAL_ERROR = 203,
EXERCISE_CREATION_GITLAB_ERROR = 302,
EXERCISE_CREATION_INTERNAL_ERROR = 303
EXERCISE_CREATION_INTERNAL_ERROR = 303,
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment