Skip to main content

Quick Test CLI Error Mapping

Error codeError NameDescriptionSolution
QTEST_COMPILER_ERRORfile compilation errorOccurs when there is an error trying to compile a fileCheck if they have installed the compiler/programming language of the file you are trying to compile
QTEST_RUNTIME_ERRORrun time erroroccurs when any of the files that are obtained have a runtime errorfix the error in the file you are running
QTEST_TIME_LIMIT_EXCEEDEDtime limit exceededoccurs when the generator file, the checker file or the correct file exceeds the maximum defined timeOptimize slow code
QTEST_COULDNT_CREATE_FOLDERcouldn't create folderoccurs when you try to create an indicated folder and cannot create it for some reason, possibly due to denied permissionsTry to run the application as administrator
QTEST_COULDNT_OPEN_FILEcouldn't open fileoccurs when you try to open a file and it can't open for some reason, possibly due to permissions deniedTry to run the application as administrator
QTEST_COULDNT_WRITE_TO_FILEcouldn't write to fileoccurs when you try to write to a file and can't for some reason, possibly due to permissions deniedTry to run the application as administrator
QTEST_EXTENSION_NOT_SOPPORTED_ERRORextension not sopported errorOccurs when you try to run a file with an extension not supported by quicktest-
QTEST_CONFIGURATION_FILE_ERRORconfiguration file errorOccurs when the config file "~/.quicktest/languages.config.json" contains errorsModify the configuration file to correct the errors or delete that file to take the default configurations
QTEST_PROGRAM_NOT_INSTALLED_ERRORprogram not installed erroroccurs when the program with which the file is intended to be executed is not installed on the computer where quicktest is being executedInstall the program/programming language
QTEST_SETUP_LABEL_IS_NOT_CORRECT_ERRORsetup label is not correct errorOccurs when the entered label does not exist in the configuration filecorrect the label with an accepted label. To see the accepted labels type the command quicktest setup config --help