Skip to content
Snippets Groups Projects
Commit 3e7cf4c9 authored by joel.vonderwe's avatar joel.vonderwe Committed by michael.minelli
Browse files

Add exercise error

parent 090b898a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,10 @@ enum ExerciseCheckerError { ...@@ -6,7 +6,10 @@ enum ExerciseCheckerError {
EXERCISE_RESULTS_FOLDER_TOO_BIG = 204, EXERCISE_RESULTS_FOLDER_TOO_BIG = 204,
EXERCISE_RESULTS_FILE_SCHEMA_NOT_VALID = 206, EXERCISE_RESULTS_FILE_SCHEMA_NOT_VALID = 206,
UPLOAD = 207, UPLOAD = 207,
DOCKER_COMPOSE_REMOVE_DANGLING_ERROR = 208 DOCKER_COMPOSE_REMOVE_DANGLING_ERROR = 208,
SONAR_DOCKER_ERROR = 209,
SONAR_BUILD_ERROR = 210,
SONAR_GATE_FAILED = 211
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment