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

Add error type

parent 4d1e63eb
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ enum ExerciseCheckerError { ...@@ -13,6 +13,7 @@ enum ExerciseCheckerError {
COMPOSE_RUN_SUCCESSFULLY = 211, // Yes, this is an error COMPOSE_RUN_SUCCESSFULLY = 211, // Yes, this is an error
ASSIGNMENT_MISSING = 212, ASSIGNMENT_MISSING = 212,
BUILD_LINE_MISSING = 213, BUILD_LINE_MISSING = 213,
SONAR_ANALYSIS_FAILED = 214
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment