\n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/App.vue","export const TASK_ID = {\n CLASSIFICATION: 0,\n DETECTION: 1,\n SEGMENTATION: 2\n};\n\nexport const ERROR = {\n SERVER_CONNECTION: {\n code: 0,\n message: \"ERROR\\n\\n Failed to connect server\"\n },\n DUP_FILE: {\n code: 2,\n message:\n 'ERROR\\n\\n The following files could not be loaded, because there are files which have the same name but different extensions. \\n\\n Only one file can be loaded with the same filename base and the priority is \\n\\n \"jpg > jpeg > png > bmp\" \\n\\n Please change the filename of: \\n'\n },\n UNDEF_FILE: {\n code: 3,\n message:\n \"ERROR\\n\\n The following filenames are unavailable, which could not be loaded. \\n\\n Please change the filename of: \\n\"\n },\n MAKE_DIR: {\n NG_PATH: {\n code: 110,\n message:\n \"ERROR\\n\\n The current directory is unavailable. \\n Please choose another directory. \\n\\n Load again to start.\"\n },\n NG_USERNAME: {\n code: 113,\n message:\n \"ERROR\\n\\n The username is unavailable. \\n Please use only halfwidth-alphanumeric (0-9, a-z, A-Z) and under-bar (_). \\n\\n Load again to start.\"\n }\n },\n DELETION: {\n XML: {\n code: 120,\n message: \"Xml deletion failed!\"\n },\n PNG: {\n code: 130,\n message: \"Png deletion failed!\"\n }\n }\n};\n\nexport const IMG_STATUS = {\n LOADING: {\n code: 105,\n message: \"Loading images...\"\n },\n NO_IMG: {\n code: 100,\n message: \"No images found.\"\n }\n};\n\nexport const NOTICE = {\n MAKE_DIR: {\n INITIAL: {\n code: 115,\n message:\n 'NOTICE\\n\\n No folder named \"public\" in the current directory.\\n Would you like to create the directories?'\n },\n SUCCESS: {\n code: 111,\n message:\n \"NOTICE\\n\\n Successfully created directories!\\n\\n Load again to start.\"\n }\n },\n DELETION: {\n XML: {\n SUCCESS: {\n code: 121,\n message: \"Xml deletion successful!\"\n }\n },\n PNG: {\n SUCCESS: {\n code: 131,\n message: \"Png deletion successful!\"\n }\n }\n }\n};\n\n\n\n// WEBPACK FOOTER //\n// ./src/const.js","\n \n