this.requestError('Client not recognized by the server. Please contact the administrator.');
break;
caseDojoStatusCode.CLIENT_VERSION_NOT_SUPPORTED:
this.requestError(`ExerciseChecker version not supported by the server.\nPlease check that the CI/CD pipeline use the "${Config.dockerhub.repositories.exerciseChecker}:latest" image.\nIf yes, try again later and if the problem persists, please contact the administrator.`);
break;
default:
break;
}
}
}else{
this.requestError('Error connecting to the server. Please check your internet connection. If the problem persists, please contact the administrator.');