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

Add ExerciceCheckerError enum for define return codes

parent 55f5dabd
No related branches found
No related tags found
No related merge requests found
enum ExerciceCheckerError {
EXERCICE_ENONCE_GET_ERROR = 1000,
DOCKER_COMPOSE_UP_ERROR = 1001,
DOCKER_COMPOSE_LOGS_ERROR = 1002,
}
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