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

ExerciseCheckerError => The results file not found error is now deprecated

parent 171ead86
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,15 @@ enum ExerciseCheckerError {
DOCKER_COMPOSE_LOGS_ERROR = 202,
DOCKER_COMPOSE_DOWN_ERROR = 203,
EXERCISE_RESULTS_FOLDER_TOO_BIG = 204,
EXERCISE_RESULTS_FILE_NOT_FOUND = 205,
EXERCISE_RESULTS_FILE_SCHEMA_NOT_VALID = 206,
UPLOAD = 207
}
/**
* Codes that are unusable for historic reasons:
* - 205: EXERCISE_RESULTS_FILE_NOT_FOUND => From the version 2.2.0 this error is not possible anymore because the results file is now optional
*/
export default ExerciseCheckerError;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment