Skip to content
Snippets Groups Projects
Commit f520ab1b authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Add exercise error type

parent e3270b06
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ enum DojoStatusCode {
ASSIGNMENT_CREATION_SONAR_ERROR = 208,
EXERCISE_CREATION_GITLAB_ERROR = 302,
EXERCISE_CREATION_INTERNAL_ERROR = 303,
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304,
EXERCISE_CREATION_SONAR_ERROR = 305
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment