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

Add ExerciceCheckerError

parent eab5c0a5
No related branches found
No related tags found
No related merge requests found
enum ExerciceCheckerError {
EXERCICE_ENONCE_GET_ERROR = 200,
DOCKER_COMPOSE_UP_ERROR = 201,
DOCKER_COMPOSE_LOGS_ERROR = 202,
EXERCICE_RESULTS_FOLDER_TOO_BIG = 203,
EXERCICE_RESULTS_FILE_NOT_FOUND = 204,
EXERCICE_RESULTS_FILE_SCHEMA_NOT_VALID = 205,
UPLOAD = 206
}
export default ExerciceCheckerError;
\ 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