UNPKG

sgnm-neo4j-excel

Version:
29 lines (28 loc) 3.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomClassificationError = void 0; var CustomClassificationError; (function (CustomClassificationError) { CustomClassificationError[CustomClassificationError["CLASSIFICATION_ALREADY_EXIST"] = 10001] = "CLASSIFICATION_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["CLASSIFICATION_IMPORT_ERROR"] = 10002] = "CLASSIFICATION_IMPORT_ERROR"; CustomClassificationError[CustomClassificationError["BUILDING_ALREADY_EXIST"] = 10003] = "BUILDING_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["FLOOR_ALREADY_EXIST"] = 10004] = "FLOOR_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["SPACE_ALREADY_EXIST"] = 10005] = "SPACE_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["ZONE_ALREADY_EXIST"] = 10006] = "ZONE_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["CONTACT_ALREADY_EXIST"] = 10007] = "CONTACT_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["DEFAULT_ERROR"] = 10008] = "DEFAULT_ERROR"; CustomClassificationError[CustomClassificationError["SPACE_HAS_ALREADY_RELATION"] = 10009] = "SPACE_HAS_ALREADY_RELATION"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_SPACES"] = 10010] = "THERE_ARE_NO_SPACES"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_JOINTSPACES"] = 10011] = "THERE_ARE_NO_JOINTSPACES"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_ZONES"] = 10012] = "THERE_ARE_NO_ZONES"; CustomClassificationError[CustomClassificationError["TYPE_ALREADY_EXISTS"] = 10013] = "TYPE_ALREADY_EXISTS"; CustomClassificationError[CustomClassificationError["COMPONENT_ALREADY_EXISTS"] = 10014] = "COMPONENT_ALREADY_EXISTS"; CustomClassificationError[CustomClassificationError["COMPONENT_ALREADY_EXIST_INSIDE_A_SYSTEM"] = 10015] = "COMPONENT_ALREADY_EXIST_INSIDE_A_SYSTEM"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_CONTACTS"] = 10016] = "THERE_ARE_NO_CONTACTS"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_SYSTEM_OR_COMPONENT_OR_BOTH"] = 10017] = "THERE_ARE_NO_SYSTEM_OR_COMPONENT_OR_BOTH"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_TYPE_OR_COMPONENT_OR_TYPE_ID_IS_WRONG"] = 10018] = "THERE_ARE_NO_TYPE_OR_COMPONENT_OR_TYPE_ID_IS_WRONG"; CustomClassificationError[CustomClassificationError["CONTACT_EXPORT_ERROR"] = 10019] = "CONTACT_EXPORT_ERROR"; CustomClassificationError[CustomClassificationError["THERE_IS_NO_TYPE"] = 10020] = "THERE_IS_NO_TYPE"; CustomClassificationError[CustomClassificationError["BLOCK_ALREADY_EXIST"] = 10021] = "BLOCK_ALREADY_EXIST"; CustomClassificationError[CustomClassificationError["THERE_ARE_NO_SYSTEM_OR_COMPONENT_OR_TYPE_FOR_EXCEL"] = 10022] = "THERE_ARE_NO_SYSTEM_OR_COMPONENT_OR_TYPE_FOR_EXCEL"; })(CustomClassificationError || (exports.CustomClassificationError = CustomClassificationError = {}));