{"record":{"id":"02ae92ee1066f924","repo":"OtterMind/Chat2DB","slug":"file-type-unsupported","errorCode":"file.type.unsupported","errorMessage":"file.type.unsupported","messagePattern":"file\\.type\\.unsupported","errorType":"exception","errorClass":"BusinessException","httpStatus":null,"severity":"error","filePath":"chat2db-community-server/chat2db-community-domain/chat2db-community-domain-api/src/main/java/ai/chat2db/community/domain/api/enums/file/ConfigFileTypeEnum.java","lineNumber":17,"sourceCode":"package ai.chat2db.community.domain.api.enums.file;\n\nimport ai.chat2db.community.tools.exception.BusinessException;\nimport org.apache.commons.lang3.StringUtils;\n\npublic enum ConfigFileTypeEnum {\n    NCX,\n    DBP,\n    JSON;\n\n    public static ConfigFileTypeEnum fromExtension(String extension) {\n        for (ConfigFileTypeEnum type : values()) {\n            if (StringUtils.equalsIgnoreCase(type.name(), extension)) {\n                return type;\n            }\n        }\n        throw new BusinessException(\"file.type.unsupported\");\n    }\n}\n","sourceCodeStart":1,"sourceCodeEnd":20,"githubUrl":"https://github.com/OtterMind/Chat2DB/blob/5ee1e990e73fbcae1969dc554be254fedb3ab888/chat2db-community-server/chat2db-community-domain/chat2db-community-domain-api/src/main/java/ai/chat2db/community/domain/api/enums/file/ConfigFileTypeEnum.java#L1-L20","documentation":"Error \"file.type.unsupported\" thrown in OtterMind/Chat2DB.","triggerScenarios":"A config file was uploaded or referenced whose type does not match any supported enum entry.","commonSituations":"See trigger scenarios.","solutions":["Use a file whose extension maps to a supported ConfigFileTypeEnum value.","Rename or convert the file to a supported config format before uploading."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5ee1e990e73fbcae1969dc554be254fedb3ab888","analyzedAt":"2026-08-14T07:05:03.077Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}