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

ExerciseCheckerError => Add remove dangling error code

parent 101cc268
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ enum ExerciseCheckerError { ...@@ -5,7 +5,8 @@ enum ExerciseCheckerError {
DOCKER_COMPOSE_DOWN_ERROR = 203, DOCKER_COMPOSE_DOWN_ERROR = 203,
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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment