export declare enum ERROR_MESSAGES { CREATE_FAIL = "Unable to save data in DB!", GET_FAIL = "Unable to retrieve data from DB!", UPDATE_FAIL = "Unable to update data in DB!", DELETE_FAIL = "Unable to delete data from DB!", RESOURCE_NOT_ALLOW = "You do not have access permissions for requested resource!!", DUPLICATE_USER_EMAIL = "User email already exists!", PASSWORD_MISMATCH_FAIL = "Invalid credentials!", GENERIC = "Something went wrong!", NOT_FOUND = "Unable to find the requested resource!", UNCAUGHT_EXCEPTION = "Uncaught Exception thrown!", UNHANDLED_REJECTION = "Unhandled Exception thrown!", USER_NOT_FOUND = "User not found!", GOOGLE_USER_NOT_FOUND = "User not found. Please Sign Up Using Gmail First", META_USER_NOT_FOUND = "User not found. Please Sign Up Using Meta First", APPLE_USER_NOT_FOUND = "User not found. Please Sign Up Using Apple First", TOKEN_NOT_FOUND = "Token not found!", USER_UPDATE_FAIL = "Unable to update user data!", UNAUTHORIZED = "UnAuthorized Person", DUPLICATE_HOLIDAY = "Duplicate Holiday", DUPLICATE_EVENT = "Duplicate Event", INVALID_FILE_FORMAT = "Unsupported file format. Only Excel and CSV are supported!", APP_TYPE_NOT_FOUND = "App type not found!", INVALID_DATA = "Invalid data", NOT_VERIFIED = "User not verified!", USER_EXIT_IN_OTHER_APP = "User account already exist with another app", APPLE_USEREMAIL__NOT_FOUND = "User email not found. Please add Email In your apple id" } export declare enum USER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user data!", USING_OWN_EMAIL = "You are using your email!", GET_FAIL = "Unable to retrieve user data!", UPDATE_FAIL = "Unable to update user data!", DELETE_FAIL = "Unable to delete user data!", NOT_FOUND = "Unable to find user!", EMAIL_VERIFICATION_PENDING = "Your email verification is pending!", EMAIL_VERIFICATION_PENDING_OR_USER_NOT_FOUND = "User not found or email verification is pending!", INVALID_VERIFICATION_OTP = "Otp is invalid or expired!", CHILDS_NOT_FOUND = "Unable to find child users!", NOT_JOIN_INSTITUTE = "User has not joined any institutes!", INSTITUTE_NOT_FOUND = "Institute not found or institute ID is required.", OLD_PASSWORD_SAME = "New password cannot be the same as old password.", INVALID_DATA = "Invalid data provided for user operation.", DELETE_FAIL_HAS_INSTITUTE_JOINED = "Unable to delete account: user data linked with existing institute.", UPDATE_YOUR_PROFILE = "Invalid Request Please Update Your Profile , In Profile Have not Request Subject", UID_NO_EXITS = "Given Uid No already exits", PASSWORD_NOT_EXIST = "Account created using social account.You have to set password for login with password!" } export declare const USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES: { NOT_FOUND: string; CREATE_FAILED: string; UPDATE_FAILED: string; DELETE_FAILED: string; INVALID_ID: string; INVALID_USER: string; INVALID_ACCOUNT: string; INVALID_FEE_COLLECTION: string; USER_NOT_ACCEPTED: string; DUPLICATE_ENTRY: string; }; export declare enum BANNER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save banner data!", GET_FAIL = "Unable to retrieve banner data!", UPDATE_FAIL = "Unable to update banner data!", DELETE_FAIL = "Unable to delete banner data!", NOT_FOUND = "Unable to find banner!", INSTITUTE_NOT_FOUND = "Institute Not Found for banner data", ACTIVE_BANNER_LIMIT = "Active banner limit reached!" } export declare enum APPROVE_REQUEST_ERROR_MESSAGES { CREATE_FAIL = "Unable to save request data!", GET_FAIL = "Unable to retrieve request data!", UPDATE_FAIL = "Unable to update request data!", DELETE_FAIL = "Unable to delete request data!", NOT_FOUND = "Unable to find request!", INSTITUTE_NOT_FOUND = "Institute Not Found for request data" } export declare enum INQUIRY_ERROR_MESSAGES { CREATE_FAIL = "Unable to create inquiry!", GET_FAIL = "Unable to retrieve inquiry data!", UPDATE_FAIL = "Unable to update inquiry!", DELETE_FAIL = "Unable to delete inquiry!", NOT_FOUND = "Inquiry not found!", INSTITUTE_NOT_FOUND = "Institute not found for inquiry data!", USER_ALREADY_EXIT = "user already in requested instituted", USER_META_DATA_CREATE_FAIL = "Failed to add user to the institute.", DATA_REQUIRED = "user batch data is required", EMAIL_NOT_HAVE_SAME = "User and parent email cannot be the same" } export declare enum INFORMATION_SUPPORT_ERROR_MESSAGES { CREATE_FAIL = "Unable to create information support!", GET_FAIL = "Unable to retrieve information support data!", UPDATE_FAIL = "Unable to update information support!", DELETE_FAIL = "Unable to delete information support!", NOT_FOUND = "Information support not found!", NUMBER_EXITS = "Information support number already exists!" } export declare enum BANK_ACCOUNT_DETAILS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save bank account details!", GET_FAIL = "Unable to retrieve bank account details!", UPDATE_FAIL = "Unable to update bank account details!", DELETE_FAIL = "Unable to delete bank account details!", NOT_FOUND = "Bank account details not found!", INSTITUTE_NOT_FOUND = "Institute not found for bank account details!", ACCOUNT_NOT_SET_DEFAULT = "you not set as default account only self account set as default", INVALID_ACCOUNT_NUMBER = "Invalid account number format for bank", ACCOUNT_LINKED = "Account is linked to other data and cannot be deleted!", INVALID_ISFC_CODE = "Invalid IFSC code format for bank", CAN_NOT_CHANGE_DEFAULT_STATUS = "At least one default account is required." } export declare enum SCHOOL_SHIFT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save school shift data!", GET_FAIL = "Unable to retrieve school shift data!", UPDATE_FAIL = "Unable to update school shift data!", NOT_FOUND = "Unable to find school shift!", INSTITUTE_NOT_FOUND = "Institute Not Found for school shift data", ALREADY_EXISTS = "School shift already exists!" } export declare enum ACCOUNT_RECEIPT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save account receipt data!", GET_FAIL = "Unable to retrieve account receipt data!", UPDATE_FAIL = "Unable to update account receipt data!", NOT_FOUND = "Account receipt not found!", INSTITUTE_NOT_FOUND = "Institute not found for account receipt data!", ALREADY_EXISTS = "Account receipt data already exists!" } export declare const SCHOOL_FEES_COLLECTION_ERROR_MESSAGES: { NOT_FOUND: string; YOUR_FEE_AMOUNT_WRONG: string; }; export declare enum FEEDBACK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save feedback data!", GET_FAIL = "Unable to retrieve feedback data!", UPDATE_FAIL = "Unable to update feedback data!", NOT_FOUND = "Feedback not found!", INSTITUTE_NOT_FOUND = "Institute not found for feedback data!", ALREADY_EXISTS = "Feedback data already exists!" } export declare enum SUBSCRIPTION_ERROR_MESSAGES { CREATE_FAIL = "Unable to create subscription!", GET_FAIL = "Unable to retrieve subscription data!", UPDATE_FAIL = "Unable to update subscription!", NOT_FOUND = "Subscription not found!", INSTITUTE_NOT_FOUND = "Institute not found for subscription data!", ALREADY_EXISTS = "Subscription already exists!" } export declare enum LEAVE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save leave data!", GET_FAIL = "Unable to retrieve leave data!", UPDATE_FAIL = "Unable to update leave data!", DELETE_FAIL = "Unable to delete leave data!", NOT_FOUND = "Unable to find leave!", INSTITUTE_NOT_FOUND = "Institue Not Found for leave data", LIMIT_OVER = "leave limit over", TAKE_LEAVE_ALREADY = "You have already applied for or taken leave during the selected date and time." } export declare enum MASTER_LEAVE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save master leave data!", GET_FAIL = "Unable to retrieve master leave data!", UPDATE_FAIL = "Unable to update master leave data!", DELETE_FAIL = "Unable to delete master leave data!", NOT_FOUND = "Unable to find master leave data !", INSTITUTE_NOT_FOUND = "Institue Not Found for master leave data", INVALID_TYPE_MANAGEMENT_ID = "Invalid typeManagementId: The type must be LEAVE.", INVALID_TERM_DURATION = "Invalid termDuration value.", INVALID_DATA = "required data not given", ALREADY_EXIST = "already Leave Data Exits" } export declare enum FEE_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save fee history data!", GET_FAIL = "Unable to retrieve fee history data!", UPDATE_FAIL = "Unable to update fee history data!", DELETE_FAIL = "Unable to delete fee history data!", NOT_FOUND = "Unable to find fee history!", NOT_UPDATE = "you can not update data this was not updatable data ", SUBJECT_FEE_NOT_FOUND = "Unable to find subject fee history!", INSTITUTE_NOT_FOUND = "Institue Not Found for fee history data", NO_FEE_DETAILS = "No fee details found for this history ID" } export declare enum SUBJECT_HAS_FEE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save subject fee data!", GET_FAIL = "Unable to retrieve subject fee data!", UPDATE_FAIL = "Unable to update subject fee data!", DELETE_FAIL = "Unable to delete subject fee data!", NOT_FOUND = "Unable to find subject fee!", INSTITUTE_NOT_FOUND = "Institue Not Found for subject fee data", FEE_ADDED = "The fee for the subject has already been added." } export declare enum USER_HAS_INVENTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save User has inventory data!", GET_FAIL = "Unable to retrieve User has inventory data!", UPDATE_FAIL = "Unable to update User has inventory data!", DELETE_FAIL = "Unable to delete User has inventory data!", NOT_FOUND = "Unable to find User has inventory!", INSTITUTE_NOT_FOUND = "Institute Not Found for User has inventory data", INVENTORY_NOT_FOUND = "Inventory not found in institute", QUANTITY_REQUIRED = "Return Data not given", QUANTITY_NOT_AVAILABLE = "The requested quantity is not available.", INVALID_INPUT = "Please check the provided data." } export declare enum CATEGORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Category data!", GET_FAIL = "Unable to retrieve Category data!", UPDATE_FAIL = "Unable to update Category data!", DELETE_FAIL = "Unable to delete Category data!", NOT_FOUND = "Unable to find Category!", INSTITUTE_NOT_FOUND = "Institute Not Found for Category data", CATEGORY_IN_USE = "Category is in use by inventory, cannot be deleted!", CATEGORY_IN_USE_IN_SUB_CATEGORY = "Category is in use by sub category, cannot be deleted!" } export declare enum INVENTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Inventory data!", GET_FAIL = "Unable to retrieve Inventory data!", UPDATE_FAIL = "Unable to update Inventory data!", DELETE_FAIL = "Unable to delete Inventory data!", NOT_FOUND = "Unable to find Inventory!", INSTITUTE_NOT_FOUND = "Institute Not Found for Inventory data", ALREADY_EXISTS = "Inventory already exists! change the name", WRONG_DATA = "wrong data enter" } export declare enum PAYMENT_TERMS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save payment terms data!", GET_FAIL = "Unable to retrieve payment terms data!", UPDATE_FAIL = "Unable to update payment terms data!", DELETE_FAIL = "Unable to delete payment terms data!", NOT_FOUND = "Payment terms not found!", DUE_DATE = "Due date is required for installment calculation.", INVALID_TERM = "Invalid payment term type", INSTITUTE_NOT_FOUND = "Institute not found for payment terms data!", ALREADY_EXISTS = "Payment terms already exist! Please change the name.", WRONG_DATA = "Invalid data entered!", DUPLICATE = "Duplicate installment detected for this user." } export declare enum INVENTORY_HISTORY_ERROR_MESSAGES { GET_FAIL = "Unable to retrieve Inventory history data!", NOT_FOUND = "Unable to find Inventory history!" } export declare enum OFFER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save offer data!", GET_FAIL = "Unable to retrieve offer data!", UPDATE_FAIL = "Unable to update offer data!", DELETE_FAIL = "Unable to delete offer data!", NOT_FOUND = "Unable to find offer!", OFFER_EXPIRED = "Offer has expired!", INSTITUTE_NOT_FOUND = "Institute Not Found for offer data", ACTIVE_OFFER_LIMIT = "Active offer limit reached!", FEE_AMOUNT_REQUIRED = "Fee amount is required for the offer!", APPLICABLE_ON_NOT_FOUND = "Applicable on not found!", SELECTED_BANK_OFFER_WRONG = "offer not found or offer have not same account for offer" } export declare enum FACILITY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save facility data!", GET_FAIL = "Unable to retrieve facility data!", UPDATE_FAIL = "Unable to update facility data!", DELETE_FAIL = "Unable to delete facility data!", NOT_FOUND = "Facility not found!", DUPLICATE = "Duplicate Facility ", ALL_DUPLICATE = "All facilities already exist. No new records created." } export declare enum FEE_TYPE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save fee type!", GET_FAIL = "Unable to retrieve fee type!", UPDATE_FAIL = "Unable to update fee type!", DELETE_FAIL = "Unable to delete fee type!", NOT_FOUND = "Fee type not found!", DUPLICATE = "Duplicate fee type!", ALL_DUPLICATE = "All fee types already exist. No new records created.", DEFAULT_DATA = "Default data can not be modified! or deleted!", CAN_NOT_DELETE = "can not delete feeType because of data have link with this type" } export declare enum SCHOOL_FEE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save school fee!", GET_FAIL = "Unable to retrieve school fee!", UPDATE_FAIL = "Unable to update school fee!", DELETE_FAIL = "Unable to delete school fee!", NOT_FOUND = "School fee not found!", DUPLICATE = "Duplicate school fee!", STD_HAVE_FEE = "In given Standard in some Standard has already fee added", ALL_DUPLICATE = "All school fees already exist. No new records created." } export declare enum USER_FEE_TYPE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user fee type!", GET_FAIL = "Unable to retrieve user fee type!", UPDATE_FAIL = "Unable to update user fee type!", DELETE_FAIL = "Unable to delete user fee type!", NOT_FOUND = "user fee type not found!", DUPLICATE = "Duplicate user fee type!", STD_HAVE_FEE = "In given Standard in some Standard has already fee added", ALL_DUPLICATE = "All school fees already exist. No new records created.", STD_ID_IS_REQUIRED = "Standard id is required", USER_NOT_ACCEPTED = "Given Was nor accepted for given data", USER_HAS_NOT_SERVICE_ACTIVE = "User Has Not Active service" } export declare enum FEESCOLLECTION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save feesCollection data!", GET_FAIL = "Unable to retrieve feesCollection data!", UPDATE_FAIL = "Unable to update feesCollection data!", DELETE_FAIL = "Unable to delete feesCollection data!", NOT_FOUND = "Unable to find feesCollection!", FEESCOLLECTION_EXITS = "The institute has already created a fee or sent a request to the user.", INSTITUTE_NOT_FOUND = "Institute Not Found for feesCollection data", PAID_AMOUNT_IS_MORE = "The amount you paid is more than required.", FEE_PAID = "Your fee is already paid and cannot be updated.", FEE_PAID_BY_CHQUE = "When paymentType is cheque, both chequeNo and bankName are required.", FEE_PAID_BY_UPI = "When paymentType is upi, upiId is required.", DUPLICATE = "fee collection exits", PAYMENT_TYPE_REQUIRED = "Payment type is required.", SUBJECT_IS_WRONG = "Subject is not valid" } export declare enum FEEREMINDER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save feeReminder data!", GET_FAIL = "Unable to retrieve feeReminder data!", UPDATE_FAIL = "Unable to update feeReminder data!", DELETE_FAIL = "Unable to delete feeReminder data!", NOT_FOUND = "Unable to find feeReminder!", INSTITUTE_NOT_FOUND = "Institute Not Found for feeReminder data", SUBJECT_INVALID = "Subject not found in the batch, or the user is not enrolled in the subject.", FEE_COLLECTION_NOT_FOUND = "FeeCollection not found for user", USER_NOT_IN_BATCH = "user not in given batch", INVALID_INPUT = "Input is invalid" } export declare enum FEE_REMINDER_SETTING_ERROR_MESSAGES { CREATE_FAIL = "Unable to save feeReminder setting data!", GET_FAIL = "Unable to retrieve feeReminder setting data!", UPDATE_FAIL = "Unable to update feeReminder setting data!", DELETE_FAIL = "Unable to delete feeReminder setting data!", NOT_FOUND = "Unable to find feeReminder setting!", NOT_FOUND_TYPE = "Unable to find feeReminder setting type!", INSTITUTE_NOT_FOUND = "Institute Not Found for feeReminder setting data", ACTIVE_REMINDER_LIMIT = "already one template is Active ", DEFAULT_REMINDER_LIMIT = "already one template is Default ", DEFAULT_NOT_CHANGE = "Default template can not be changed", DEFAULT_NOT_DELETE = "Default template can not be deleted" } export declare enum FEE_REMINDER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save feeReminder type data!", GET_FAIL = "Unable to retrieve feeReminder type data!", UPDATE_FAIL = "Unable to update feeReminder type data!", DELETE_FAIL = "Unable to delete feeReminder type data!", NOT_FOUND = "Unable to find feeReminder type!", INSTITUTE_NOT_FOUND = "Institute Not Found for feeReminder data", ALREADY_EXISTS = "Fee reminder type already exists! Please change the data." } export declare enum USER_HAS_OFFER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user offer data!", GET_FAIL = "Unable to retrieve user offer data!", UPDATE_FAIL = "Unable to update user offer data!", DELETE_FAIL = "Unable to delete user offer data!", NOT_FOUND = "Unable to find user offer!", OFFER_EXISTS = "The offer has already been used by the user.", INSTITUTE_NOT_FOUND = "Institute Not Found for user offer data", FEE_COLLECTION_NOT_FOUND = "Fee collection not found for the user, or the user has already paid the fee.", OFFER_NOT_FOUND = "Offer Not Found for user offer data", USER_LIMIT_REACHED = "The user cannot apply, offer limit has already reached!", NOT_USE_OFFER = "User cannot use this offer as the minimum amount is not met." } export declare enum USER_HAS_ROLL_NUMBER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user offer data!", GET_FAIL = "Unable to retrieve user offer data!", UPDATE_FAIL = "Unable to update user offer data!", DELETE_FAIL = "Unable to delete user offer data!", NOT_FOUND = "Unable to find user offer!", BATCH_NOT_FOUND = "batch not found", BATCH_IS_EMPTY = "batch was empty", ROLL_NUMBER_ALREADY_EXISTS = "rollNumber Exits Plz verify you Data", INSTITUTE_NOT_FOUND = "Institute Not Found for user offer data", USER_NOT_IN_BATCH = "user not in batch" } export declare enum HOLIDAY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save holiday data!", GET_FAIL = "Unable to retrieve holiday data!", UPDATE_FAIL = "Unable to update holiday data!", DELETE_FAIL = "Unable to delete holiday data!", NOT_FOUND = "Unable to find holiday!", INSTITUTE_NOT_FOUND = "Institute Not Found for holiday data", TYPE_MANAGEMENT_NOT_FOUND = "Type management not found for holiday data", INSTITUTE_ID_BATCH_REQUIRED = "Institute ID and batch are required " } export declare enum EVENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save event data!", GET_FAIL = "Unable to retrieve event data!", UPDATE_FAIL = "Unable to update event data!", DELETE_FAIL = "Unable to delete event data!", NOT_FOUND = "Unable to find event!", INSTITUTE_NOT_FOUND = "Institute Not Found for event data", INSTITUTE_ID_SUBJECT_BATCH_REQUIRED = "Institute ID, subject, and batch are required for non-INSTITUTE or non-GLOBAL types." } export declare enum ACADEMIC_CALENDAR_ERROR_MESSAGES { CREATE_FAIL = "Failed to create academic calendar data!", GET_FAIL = "Failed to retrieve academic calendar data!", UPDATE_FAIL = "Failed to update academic calendar data!", DELETE_FAIL = "Failed to delete academic calendar data!", NOT_FOUND = "Academic calendar data not found!", CALENDAR_NOT_END_FOR_INSTITUTE_AND_BATCH = "The current calendar for institute and batch has not ended yet.", CALENDAR_EXISTS_FOR_INSTITUTE_AND_BATCH = "The current calendar for the institute and batch has not ended yet.", CALENDAR_NOT_END_FOR_INSTITUTE = "The current calendar for institute has not ended yet.", CALENDAR_EXISTS_FOR_INSTITUTE = "A calendar already exists for the institute with overlapping dates.", CALENDAR_NO_EXISTS_FOR_INSTITUTE = "No calendar exists for the institute." } export declare enum BATCH_ERROR_MESSAGES { CREATE_FAIL = "Unable to save batch data!", GET_FAIL = "Unable to retrieve batch data!", INVALID_SELECTED = "Invalid selected batches!", UPDATE_FAIL = "Unable to update batch data!", DELETE_FAIL = "Unable to delete batch data!", NOT_FOUND = "Unable to find batch!", CAPACITY_REACHED_MAXIMUM = "batch already reached maximum capacity!", NAME_IS_ALREADY_NAME = "Name already exists. Try a different one.", ALREADY_ASSIGN = "batch already assigned to", CAN_NOT_UN_ASSIGN = "batch can not unassign because of still its lecture pending", SUBJET_NOT_EXIST_IN_BATCH = "Subjects that you try to assign are not exist in batch", SUBJECT_NOT_EXIST_IN_USER_PROFILE = "Subjects that you try to assign are not exist in user profile", NOT_SUBJECTS_UPADTED_DUE_TO_BATCH_ALREADY_ASSIGN = "Batch subjects Cant not updated because batch already assign", BATCH_HAS_NO_STUDENT = "Batch has no students", INSTITUTED_BATCHES_REQUIRED = "instituted id and batches in batchId required", BATCH_UNASSIGN_FAIL = "batch unassigned failed!", SHIFT_SLOT_DATA_NOT_LINK = "Given shift and slot data not link each other", BATCH_DATE_NOT_BEETWEEN_ACADEMIC_CALENDER = "Batch date range should be between academic calendar date!" } export declare enum CLASSROOM_ERROR_MESSAGES { CREATE_FAIL = "Unable to save classRoom data!", GET_FAIL = "Unable to retrieve classRoom data!", INVALID_SELECTED = "Invalid selected classrooms!", UPDATE_FAIL = "Unable to update classRoom data!", DELETE_FAIL = "Unable to delete classRoom data!", NOT_FOUND = "Unable to find classRoom!", ALREADY_EXISTS = "classRoom already exists on this floor" } export declare enum TYPE_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save type data!", GET_FAIL = "Unable to retrieve type data!", UPDATE_FAIL = "Unable to update type data!", DELETE_FAIL = "Unable to delete type data!", NOT_FOUND = "Unable to find type!", INSTITUTE_NOT_FOUND = "Institute Not Found for type data", TYPE_ALREADY_EXISTS = "The type already exists." } export declare enum ROLE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save role data!", DUPLICATE_ROLE_NAME = "Role already exist!", GET_FAIL = "Unable to retrieve role data!", UPDATE_FAIL = "Unable to update role data!", DELETE_FAIL = "Unable to delete role data!", NOT_FOUND = "Unable to find role data!", ROLE_ALREADY_GIVEN = "role hve user already" } export declare enum MODULE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save module data!", DUPLICATE_MODULE_NAME = "Module name already exist!", GET_FAIL = "Unable to retrieve module data!", UPDATE_FAIL = "Unable to update module data!", DELETE_FAIL = "Unable to delete module data!", NOT_FOUND = "Unable to find module data!" } export declare enum INSTITUTE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save institute data!", DUPLICATE_INSTITUTE_NAME_OR_EMAIL = "Institute email already exist!", GET_FAIL = "Unable to retrieve institute data!", UPDATE_FAIL = "Unable to update institute data!", DELETE_FAIL = "Unable to delete institute data!", NOT_FOUND = "Unable to find institute data!", INSTITUTE_ID = "institute id required" } export declare enum INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save institute entity type data!", DUPLICATE_NAME = "Institute entity type title already exist!", GET_FAIL = "Unable to retrieve institute entity type data!", UPDATE_FAIL = "Unable to update institute entity type data!", DELETE_FAIL = "Unable to delete institute entity type data!", NOT_FOUND = "Unable to find institute entity type!", FILE_MISISIN_VALIDATION = "File missing in svgUrl field", CAN_NOT_DELETE = "Given data for Institute entity already exist can not delete!" } export declare enum INSTITUTE_ENTITY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save institute entity data!", DUPLICATE_NAME = "Institute entity title already exist!", INVALID_TYPE = "Invalid institute entity!", INVALID_ENTITY_TYPE_STEP = "Invalid institute entity type steps!", GET_FAIL = "Unable to retrieve institute entity data!", UPDATE_FAIL = "Unable to update institute entity data!", DELETE_FAIL = "Unable to delete institute entity data!", NOT_FOUND = "Unable to find institute entity!", FILE_MISISIN_VALIDATION = "File missing in svgUrl field", NOT_FOUND_JOINING_DATE = "Joining data is required", DELETE_FAIL_META_EXIST = "Unable to delete institute entity data due to linked with user or institute!", INVALID_SEQUENCE_NUMBER = "Invalid sequence number provided for institute entity.", UPDATE_SEQUENCE_NUMBER = "Unable to update Sequence number for institute entity data.", DUPLICATE_SEQUENCE_NUMBER = "Duplicate sequence number found for institute entity.", PAYLOAD_LENGTH_SEQUENCE_NUMBER = "Payload length must equal max sequenceNumber!" } export declare enum USER_INSTITUTE_META_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user institute meta data!", GET_FAIL = "Unable to retrieve user institute meta data!", UPDATE_FAIL = "Unable to update user institute meta data!", DELETE_FAIL = "Unable to delete user institute meta data!", NOT_FOUND = "Unable to find user institute meta data!", PRIMARY_SLOT_FOND = "Only one slot can be primary.", DUPLICATE_RECORD = "The user request has already been accepted or is currently pending.", WRONG_STATUS = "The provided status is invalid or not allowed", USER_NOT_SEND_REQUEST = "user can not send request its limit reached", IS_PRINCIPAL_EXITS = "for this instituted principal already exits ", STD_NOT_FOUND = "Standard not found for instituted", GR_NUMBER_EXITS = "Cannot update Gr Number: Gr Number already exits that you want given", CAN_NOT_UPDATE_USER_FOUND = "Institute update failed: removed data is linked to an existing user", CAN_NOT_UPDATE_BATCH_FOUND = "Cannot update institute data: dependency found between removed data and assigned batch", CAN_NOT_UPDATE_LECTURE_FOUND = "Institute update failed: removed data is linked to an existing lectures", USER_ALREADY_FIL_FROM = "User already filUp form", CAN_NOT_UPDATE_ENTITY_FOUND = "Institute update failed: removed data is linked to an existing group", CAN_NOT_LEFT = "User cannot be removed as they hold certain responsibilities.", SEAT_NUMBER_EXITS = "Cannot update Seat Number: Seat Number already exits that you want given", SID_NUMBER_EXITS = "Cannot update SID Number: SID Number already exits that you want given" } export declare enum PARENTS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save parents data!", GET_FAIL = "Unable to retrieve parents data!", UPDATE_FAIL = "Unable to update parents data!", DELETE_FAIL = "Unable to delete parents data!", NOT_FOUND = "Unable to find parents data!", NOT_ALLOWED_TRANSFER_PARENT = "Unable to transfer primary parent!", INVALID_SECURITY_CODE = "Invalid security code!", STUDENT_CANNOT_BE_PARENT = "Student cannot be a parent!" } export declare enum ANNOUCEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save announcement data!", GET_FAIL = "Unable to retrieve announcement data!", UPDATE_FAIL = "Unable to update announcement data!", DELETE_FAIL = "Unable to delete announcement data!", NOT_FOUND = "Unable to find announcement data!", INVALID_SUBJECTS = "Invalid subjects!", INVALID_BATCHES = "Invalid batches!", INVALID_USERS = "Invalid users!" } export declare enum EXAM_ERROR_MESSAGES { CREATE_FAIL = "Unable to save exam data!", GET_FAIL = "Unable to retrieve exam data!", UPDATE_FAIL = "Unable to update exam data!", DELETE_FAIL = "Unable to delete exam data!", NOT_FOUND = "Unable to find exam data!", DUPLICATE = "Exam already exist!", INVALID_STANDARD = "Exam has invalid standard!", INVALID_BATCHES = "Exam has invalid batches!", INVALID_EXAM_DATE = "Exam has invalid date!" } export declare enum EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES { CREATE_FAIL = "Unable to save exam answer sheet data!", GET_FAIL = "Unable to retrieve exam answer sheet data!", UPDATE_FAIL = "Unable to update exam answer sheet data!", DELETE_FAIL = "Unable to delete exam answer sheet data!", NOT_FOUND = "Unable to find exam answer sheet data!", EXAM_ALREADY_HAS_ANSWER_SHEET = "Exam already created answerSheet!", NOT_FOUND_MASTER_ANSWER_SHEET = "Master answer sheet not found for exam!", EXAM_STARTED_ON_OTHER_DEVICE = "Exam already started on other device!" } export declare enum FILE_STORAGE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save file data!", GET_FAIL = "Unable to retrieve file data!", UPDATE_FAIL = "Unable to update file data!", DELETE_FAIL = "Unable to delete file data!", NOT_FOUND = "Unable to find file data!" } export declare enum ATTENDANCE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save attendance data!", DUPLICATE = "attendance already exist for given date!", UPDATE_FAIL = "Unable to update attendance data!", DELETE_FAIL = "Unable to delete attendance data!", NOT_FOUND = "Unable to find attendance data!", USER_BATCH_NOT_FOUND = "Unable to find batch data!", USER_HAS_BATCH_NOT_FOUND = "Unable to find user has batch data!", FULL_DAY_TIME_NOT_MATCH = "Attendance full day time not matched", BATCH_TIME_NOT_MATCH = "Attendance batch time not matched", LECTURE_DAY_TIME_NOT_MATCH = "Attendance lecture time not matched", BATCH_HAS_NO_LECTURE = "Batch has no lecture for attendance date" } export declare enum USER_SCHOOL_METADATA_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user school metadata!", DUPLICATE = "User school metadata already exists for the given data!", UPDATE_FAIL = "Unable to update user school metadata!", DELETE_FAIL = "Unable to delete user school metadata!", NOT_FOUND = "Unable to find user school metadata!", INVALID_DATA = "Invalid data provided for user school metadata!" } export declare enum WORKING_DAYS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save working day data!", DUPLICATE = "Working day name already exist!", GET_FAIL = "Unable to retrieve working day data!", UPDATE_FAIL = "Unable to update working day data!", DELETE_FAIL = "Unable to delete working day data!", NOT_FOUND = "Unable to find working day data!" } export declare enum LECTURE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save lecture data!", DUPLICATE = "Lecture already exist!", GET_FAIL = "Unable to retrieve lecture data!", UPDATE_FAIL = "Unable to update lecture data!", DELETE_FAIL = "Unable to delete lecture data!", NOT_FOUND = "Unable to find lecture data!", INVALID_LECTURE_TIME = "Invalid lecture time!", BATCH_OCCUPIED = "Batch is already occupied at this time slot!", CLASSROOM_OCCUPIED = "Classroom is already occupied at this time slot!", TEACHER_OCCUPIED = "Teacher is already occupied at this time slot!", INVALID_SLOT_OR_SHIFT = "Invalid shift or slot id!", YOU_CAN_NOT_CHECKED_IN = "You can checked in or checked out in your assigned lectures" } export declare enum TRIP_ERROR_MESSAGES { CREATE_FAIL = "Unable to save trip data!", DUPLICATE = "Trip already exist!", GET_FAIL = "Unable to retrieve trip data!", UPDATE_FAIL = "Unable to update trip data!", DELETE_FAIL = "Unable to delete trip data!", NOT_FOUND = "Unable to find trip data!", INVALID_LECTURE_TIME = "Invalid trip time!" } export declare enum SLOT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save slot data!", DUPLICATE = "Slot already exist!", GET_FAIL = "Unable to retrieve slot data!", UPDATE_FAIL = "Unable to update slot data!", DELETE_FAIL = "Unable to delete slot data!", NOT_FOUND = "Unable to find slot data!", SLOT_LINKED = "Slot is linked, cannot be deleted!", INVALID_LECTURE_TIME = "Invalid slot time!" } export declare enum TO_DO_ERROR_MESSAGES { CREATE_FAIL = "Unable to save to-do data!", DUPLICATE = "To-do already exist!", GET_FAIL = "Unable to retrieve to-do data!", UPDATE_FAIL = "Unable to update to-do data!", DELETE_FAIL = "Unable to delete to-do data!", NOT_FOUND = "Unable to find to-do data!" } export declare enum COURSE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save course data!", DUPLICATE = "Course already exist!", GET_FAIL = "Unable to retrieve course data!", UPDATE_FAIL = "Unable to update course data!", DELETE_FAIL = "Unable to delete course data!", NOT_FOUND = "Unable to find course data!" } export declare enum USER_HAS_COURSE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user course data!", DUPLICATE = "User already has this course!", GET_FAIL = "Unable to retrieve user course data!", UPDATE_FAIL = "Unable to update user course data!", DELETE_FAIL = "Unable to delete user course data!", NOT_FOUND = "Unable to find user course data!" } export declare enum GREETING_ERROR_MESSAGES { CREATE_FAIL = "Unable to save greeting data!", DUPLICATE = "Greeting already exist!", GET_FAIL = "Unable to retrieve greeting data!", UPDATE_FAIL = "Unable to update greeting data!", DELETE_FAIL = "Unable to delete greeting data!", NOT_FOUND = "Unable to find greeting data!", CAN_NOT_DELETE = "Unable to delete greeting data because it is set as the default greeting." } export declare enum PDC_CHEQUE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save pdc cheque data!", DUPLICATE = "Pdc cheque already exist!", GET_FAIL = "Unable to retrieve pdc cheque data!", UPDATE_FAIL = "Unable to update pdc cheque data!", DELETE_FAIL = "Unable to delete pdc cheque data!", NOT_FOUND = "Unable to find pdc cheque data!", CAN_NOT_UPDATE = "Unable to update details due to cheque is clear", CAN_NOT_UPDATE_BOUNCED = "Unable to update details due to cheque is bounced", CAN_NOT_CLEAR_UNLESS_DEPOSITED = "You can not clear cheque unless it is deposited to bank", CAN_NOT_BOUNCE_UNLESS_DEPOSITED = "You can not bounce cheque unless it is deposited to bank" } export declare enum VIDEO_ANALYST_ERROR_MESSAGES { CREATE_FAIL = "Unable to save video analyst data!", DUPLICATE = "Video analyst already exist!", GET_FAIL = "Unable to retrieve video analyst data!", UPDATE_FAIL = "Unable to update video analyst data!", DELETE_FAIL = "Unable to delete video analyst data!", NOT_FOUND = "Unable to find video analyst data!" } export declare enum BLOG_ERROR_MESSAGES { CREATE_FAIL = "Unable to save blog data!", DUPLICATE = "Blog already exist!", GET_FAIL = "Unable to retrieve blog data!", UPDATE_FAIL = "Unable to update blog data!", DELETE_FAIL = "Unable to delete blog data!", NOT_FOUND = "Unable to find blog data!", INVALID_LINK = "Invalid Link Which you Try to open" } export declare enum DRIVER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save driver data!", DUPLICATE = "Driver already exist!", GET_FAIL = "Unable to retrieve driver data!", UPDATE_FAIL = "Unable to update driver data!", DELETE_FAIL = "Unable to delete driver data!", NOT_FOUND = "Unable to find driver data!" } export declare enum TESTIMONIAL_ERROR_MESSAGES { CREATE_FAIL = "Unable to save testimonial data!", DUPLICATE = "Testimonial already exist!", GET_FAIL = "Unable to retrieve testimonial data!", UPDATE_FAIL = "Unable to update testimonial data!", DELETE_FAIL = "Unable to delete testimonial data!", NOT_FOUND = "Unable to find testimonial data!", INVALID_LECTURE_TIME = "Invalid testimonial time!" } export declare enum SUBJECT_INDEX_ERROR_MESSAGES { CREATE_FAIL = "Unable to save subjet index data!", DUPLICATE = "Subjet index already exist!", GET_FAIL = "Unable to retrieve subjet index data!", UPDATE_FAIL = "Unable to update subjet index data!", DELETE_FAIL = "Unable to delete subjet index data!", NOT_FOUND = "Unable to find subjet index data!", INVALID_CHAPTER_INDEX = "Chapter index has invalid data for given subject index!", INVALID_CHAPTER_TOPIC_INDEX = "Chapter topic index has invalid data for given subject index!", INVALID_CHAPTER_SUB_TOPIC_INDEX = "Chapter sub topic index has invalid data for given subject index!", INVALID_CHAPTER_INDEX_FILE = "Chapter index has invalid file data for given subject index!", CAN_NOT_ASSIGN_TO_USER = "Chapter index can not allow to user!" } export declare enum USER_PAYOUT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user payout data!", DUPLICATE = "User payout already exist!", GET_FAIL = "Unable to retrieve user payout data!", UPDATE_FAIL = "Unable to update user payout data!", DELETE_FAIL = "Unable to delete user payout data!", NOT_FOUND = "Unable to find user payout data!" } export declare enum USER_PAYOUT_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user payout history data!", DUPLICATE = "User payout history already exist!", GET_FAIL = "Unable to retrieve user payout history data!", UPDATE_FAIL = "Unable to update user payout history data!", DELETE_FAIL = "Unable to delete user payout history data!", NOT_FOUND = "Unable to find user payout history data!" } export declare enum EXAM_GROUP_ERROR_MESSAGES { CREATE_FAIL = "Unable to save exams data!", DUPLICATE = "exams already exist!", GET_FAIL = "Unable to retrieve exams data!", UPDATE_FAIL = "Unable to update exams data!", DELETE_FAIL = "Unable to delete exams data!", NOT_FOUND = "Unable to find exams data!", ALL_SUBJECT_EXAM_NOT_CREATED = "All subjects exam not created!", ALL_SUBJECT_EXAM_MARKS_NOT_ADDED = "All subjects exam marks not added!", INVALID_HOLIDAY = "Invalid holiday added!" } export declare enum TASK_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user task data!", DUPLICATE = "User task already exist!", GET_FAIL = "Unable to retrieve task data!", UPDATE_FAIL = "Unable to update task data!", DELETE_FAIL = "Unable to delete task data!", NOT_FOUND = "Unable to find task data!" } export declare enum BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save assessment book data!", GET_FAIL = "Unable to retrieve assessment book data!", UPDATE_FAIL = "Unable to update assessment book data!", DELETE_FAIL = "Unable to delete assessment book data!", NOT_FOUND = "Unable to find assessment book!" } export declare enum USER_BOOK_ASSESSMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user book assessment book data!", GET_FAIL = "Unable to retrieve user book assessment book data!", UPDATE_FAIL = "Unable to update user book assessment book data!", DELETE_FAIL = "Unable to delete user book assessment book data!", NOT_FOUND = "Unable to find user book assessment book!" } export declare enum BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save project assessment data!", GET_FAIL = "Unable to retrieve project assessment data!", UPDATE_FAIL = "Unable to update project assessment data!", DELETE_FAIL = "Unable to delete project assessment data!", NOT_FOUND = "Unable to find project assessment!" } export declare enum VEHICLE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save vehicle data!", GET_FAIL = "Unable to retrieve vehicle data!", UPDATE_FAIL = "Unable to update vehicle data!", DELETE_FAIL = "Unable to delete vehicle data!", NOT_FOUND = "Unable to find vehicle!" } export declare enum GENERATE_ID_CARD_ERROR_MESSAGES { CREATE_FAIL = "Unable to save id card data!", GET_FAIL = "Unable to retrieve id card data!", UPDATE_FAIL = "Unable to update id card data!", DELETE_FAIL = "Unable to delete id card data!", NOT_FOUND = "Id card not found!" } export declare enum CONTACT_FEED_BACK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save contact feed back data!", GET_FAIL = "Unable to retrieve contact feed back data!", NOT_FOUND = "Unable to find contact feed back data!", INSTITUTE_NOT_FOUND = "Institute Not Found for contact feed back data" } export declare enum PHOTO_GALLERY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save photo gallery data!", DUPLICATE = "Photo gallery already exists with the same name!", GET_ALL_FAIL = "Unable to retrieve all photo galleries data!", GET_FAIL = "Unable to retrieve photo gallery data!", UPDATE_FAIL = "Unable to update photo gallery data!", DELETE_FAIL = "Unable to delete photo gallery data!", NOT_FOUND = "Unable to find photo gallery!" } export declare enum NOTIFICATION_ERROR_MESSAGES { CREATE_FAIL = "Unable to sen notification data!", GET_FAIL = "Unable to retrieve notification data!", UPDATE_FAIL = "Unable to update notification data!", DELETE_FAIL = "Unable to delete notification data!", NOT_FOUND = "Unable to find notification!" } export declare enum RULES_REGULATION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Rule Regulation data!", GET_FAIL = "Unable to retrieve Rule Regulation data!", UPDATE_FAIL = "Unable to update Rule Regulation data!", DELETE_FAIL = "Unable to delete Rule Regulation data!", NOT_FOUND = "Unable to find Rule Regulation!" } export declare enum CAREER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Career data!", GET_FAIL = "Unable to retrieve Career data!", UPDATE_FAIL = "Unable to update Career data!", DELETE_FAIL = "Unable to delete Career data!", NOT_FOUND = "Unable to find Career!" } export declare enum SIGNED_URL_ERROR_MESSAGES { MISSING_QUERY_PARAMS = "Missing expires or signature in query.", URL_EXPIRED = "Signed URL has expired.", INVALID_SIGNATURE = "Invalid signature.", SECRET_NOT_SET = "SIGNED_URL_SECRET is not set in environment variables." } export declare enum FLOOR_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save floor data!", GET_FAIL = "Unable to retrieve floor data!", INVALID_SELECTED = "Invalid selected floor!", UPDATE_FAIL = "Unable to update floor data!", DELETE_FAIL = "Unable to delete floor data!", NOT_FOUND = "Unable to find floor!", CLASS_ROOM_EXITS = "Can not delete floor ,classRoom attached with this floor" } export declare enum SUBSCRIPTION_PLAN_ERROR_MESSAGES { CREATE_FAIL = "Unable to save subscription plan data!", DUPLICATE = "Subscription plan title already exist", GET_FAIL = "Unable to retrieve subscription plan data!", UPDATE_FAIL = "Unable to update subscription plan data!", DELETE_FAIL = "Unable to delete subscription plan data!", NOT_FOUND = "Unable to find subscription plan data!", INVALID_FILES = "Files attached with subscription plan are invalid!", INVALID_MODULE_FEATURE = "Selected invalid module or feature!", PLAN_USER_EXCEED_MAX_USER = "subscription plan users exceed limit of max users!", VALID_CURRENCY_MISMATCHED = "Subscription plan currency and storage currency should be same", APPLIED_PLAN_CAN_NOT_DELETE = "Subscription plan could not be deleted as it is applied by some users!" } export declare enum CLOUD_STORAGE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save cloud storage data!", GET_FAIL = "Unable to retrieve cloud storage data!", UPDATE_FAIL = "Unable to update cloud storage data!", DELETE_FAIL = "Unable to delete cloud storage data!", NOT_FOUND = "Unable to find cloud storage!" } export declare enum HOME_WORK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save home work!", GET_FAIL = "Unable to retrieve home work!", UPDATE_FAIL = "Unable to update home work!", DELETE_FAIL = "Unable to delete home work!", NOT_FOUND = "Unable to find home work!" } export declare enum USER_HAS_HOME_WORK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user data!", GET_FAIL = "Unable to retrieve user data!", UPDATE_FAIL = "Unable to update user data!", DELETE_FAIL = "Unable to delete user data!", NOT_FOUND = "Unable to find user!", HOME_WORK_ALREADY_EXISTS = "HomeWork Exits Plz verify your Data", INSTITUTE_NOT_FOUND = "Institute Not Found for user offer data" } export declare enum DAILY_BOOK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Daily Book!", GET_FAIL = "Unable to retrieve Daily Book!", UPDATE_FAIL = "Unable to update Daily Book!", DELETE_FAIL = "Unable to delete Daily Book!", NOT_FOUND = "Unable to find Daily Book!" } export declare enum SYLLABUS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save syllabus data!", DUPLICATE = "Syllabus already exist!", GET_FAIL = "Unable to retrieve syllabus data!", UPDATE_FAIL = "Unable to update syllabus data!", DELETE_FAIL = "Unable to delete syllabus data!", NOT_FOUND = "Unable to find syllabus data!" } export declare enum COIN_PURCHASE_OFFER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save coin purchase offer data!", GET_FAIL = "Unable to retrieve coin purchase offer data!", UPDATE_FAIL = "Unable to update coin purchase offer data!", DELETE_FAIL = "Unable to delete coin purchase offer data!", NOT_FOUND = "Unable to find coin purchase offer!" } export declare enum VENDOR_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save vendor data!", DUPLICATE = "Vendor already exist!", GET_FAIL = "Unable to retrieve vendor data!", UPDATE_FAIL = "Unable to update vendor data!", DELETE_FAIL = "Unable to delete vendor data!", NOT_FOUND = "Unable to find vendor data!" } export declare enum SUB_CATEGORY_ERROR_MESSAGES { DUPLICATE = "Sub category already exist!", CREATE_FAIL = "Unable to save Sub-category data!", GET_FAIL = "Unable to retrieve Sub-category data!", UPDATE_FAIL = "Unable to update Sub-category data!", DELETE_FAIL = "Unable to delete Sub-category data!", NOT_FOUND = "Unable to find Sub-category!", INSTITUTE_NOT_FOUND = "Institute Not Found for Sub-category data", SUB_CATEGORY_IN_USE = "Sub-category is in use by product, cannot be deleted!" } export declare enum PRODUCT_ERROR_MESSAGES { DUPLICATE = "Product already exist!", CREATE_FAIL = "Unable to save Product data!", GET_FAIL = "Unable to retrieve Product data!", UPDATE_FAIL = "Unable to update Product data!", DELETE_FAIL = "Unable to delete Product data!", NOT_FOUND = "Unable to find Product!", INSTITUTE_NOT_FOUND = "Institute Not Found for Product data", PRODUCT_IN_USE = "Product is in use by invoice, cannot be deleted!" } export declare enum INVOICE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save invoice data!", DUPLICATE = "Invoice already exist!", GET_FAIL = "Unable to retrieve invoice data!", UPDATE_FAIL = "Unable to update invoice data!", DELETE_FAIL = "Unable to delete invoice data!", NOT_FOUND = "Unable to find invoice data!", INVALID_LINK = "Invalid Link Which you Try to open" } export declare enum COLUMN_ERROR_MESSAGES { CREATE_FAIL = "Unable to save column data!", DUPLICATE = "Column title already exist!", GET_FAIL = "Unable to retrieve column data!", UPDATE_FAIL = "Unable to update column data!", DELETE_FAIL = "Unable to delete column data!", NOT_FOUND = "Unable to find column data!", INVALID_LINK = "Invalid Link Which you Try to open" } export declare enum PDC_HISTORY_ERROR_MESSAGES { NOT_FOUND = "Unable to find pdc history data!" } export declare enum DASHBOARD_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Dashboard Management data!", DUPLICATE = "Dashboard Management already exist!", GET_FAIL = "Unable to retrieve Dashboard Management data!", UPDATE_FAIL = "Unable to update Dashboard Management data!", DELETE_FAIL = "Unable to delete Dashboard Management data!", NOT_FOUND = "Unable to find Dashboard Management data!" } export declare enum CERTIFICATES_MANAGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Certificates Management data!", GET_FAIL = "Unable to retrieve Certificates Management data!", UPDATE_FAIL = "Unable to update Certificates Management data!", DELETE_FAIL = "Unable to delete Certificates Management data!", NOT_FOUND = "Unable to find Certificates Management data!", ALREADY_EXISTS = "Certificates Management already exists with the same name!" } export declare enum CERTIFICATES_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Certificates History data!", GET_FAIL = "Unable to retrieve Certificates History data!", NOT_FOUND = "Unable to find Certificates Management data!" } export declare enum REPLACE_TEACHER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save replace teacher data!", DUPLICATE = "Replace teacher already exist!", GET_FAIL = "Unable to retrieve data!", UPDATE_FAIL = "Unable to update data!", DELETE_FAIL = "Unable to delete data!", NOT_FOUND = "Unable to find data!", INVALID_LINK = "Invalid Link Which you Try to open", DUPLICATE_BATCH = "Duplicate batch id!" } export declare enum WALLET_ERROR_MESSAGES { CREATE_FAIL = "Unable to save wallet data!", DUPLICATE = "Wallet already exist!", GET_FAIL = "Unable to retrieve wallet data!", UPDATE_FAIL = "Unable to update wallet data!", DELETE_FAIL = "Unable to delete wallet data!", NOT_FOUND = "Unable to find wallet!", STORAGE_EXCEEDS = "Wallet storage limit exceeds!" } export declare enum WALLET_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save wallet history data!", DUPLICATE = "Wallet history already exist!", GET_FAIL = "Unable to retrieve wallet history data!", UPDATE_FAIL = "Unable to update wallet history data!", DELETE_FAIL = "Unable to delete wallet history data!", NOT_FOUND = "Unable to find wallet history!" } export declare enum WALLET_TRANSACTION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save wallet transaction data!", DUPLICATE = "Wallet transaction already exist!", GET_FAIL = "Unable to retrieve wallet transaction data!", UPDATE_FAIL = "Unable to update wallet transaction data!", DELETE_FAIL = "Unable to delete wallet transaction data!", NOT_FOUND = "Unable to find wallet transaction!", NOT_CHANGE_COMPLETED = "Can not change completed transaction status!", PLAN_ID_UUID_REQUIRED = "Plan id and uuid is required for buy plan!", ITEM_COUNT_REQUIRED = "Item count and amount is required for transaction!", INSTITUTE_REQUIRED = "Institute is required!", NOT_ENOUGH_COIN = "User do not have enough coin for transaction!", NOT_ENOUGH_STORAGE = "User do not have enough storage for transaction!", USER_EXCEED = "User limit exceed for institute plan!", INVALID_OTP = "Otp is invalid or expired!", INVALID_VOUCHER = "Voucher code is invalid or expired!", USER_TYPE_REQUIRED = "User type required for buy or refund user", CAN_NOT_DOWNGRADE_PLAN = "You can not downgrade your plan!" } export declare enum INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES { CREATE_FAIL = "Unable to save institute subscription plan data!", DUPLICATE = "Institute subscription plan already exist!", GET_FAIL = "Unable to retrieve institute subscription plan data!", UPDATE_FAIL = "Unable to update institute subscription plan data!", DELETE_FAIL = "Unable to delete institute subscription plan data!", NOT_FOUND = "Unable to find institute subscription plan!", USED_STORAGE_EXCEEDS_TOTAL = "Used storage exceeds total allow storage", USED_USERS_EXCEEDS_TOTAL = "Used users exceed total allow users" } export declare enum USER_HAS_STORAGE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save user storage data!", DUPLICATE = "User storage already exist!", GET_FAIL = "Unable to retrieve user storage data!", UPDATE_FAIL = "Unable to update user storage data!", DELETE_FAIL = "Unable to delete user storage data!", NOT_FOUND = "Unable to find user storage!" } export declare enum ENTITY_GROUP_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Entity Group!", GET_FAIL = "Unable to retrieve Entity Group!", UPDATE_FAIL = "Unable to update Entity Group!", DELETE_FAIL = "Unable to delete Entity Group!", NOT_FOUND = "Unable to find Entity Group!" } export declare enum JOB_APPLY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Job Apply data!", DUPLICATE = "Job Apply already exist!", GET_FAIL = "Unable to retrieve Job Apply data!", UPDATE_FAIL = "Unable to update Job Apply data!", DELETE_FAIL = "Unable to delete Job Apply data!", NOT_FOUND = "Unable to find Job Apply data!", ALREADY_APPLIED = "You have already applied for this job!" } export declare enum USER_REQUIRED_STEPS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save User Required Steps data!", GET_FAIL = "Unable to retrieve User Required Steps data!", UPDATE_FAIL = "Unable to update User Required Steps data!", DELETE_FAIL = "Unable to delete User Required Steps data!", NOT_FOUND = "Unable to find User Required Steps data!", ALREADY_EXISTS = "User Required Steps already exists for this step number!" } export declare enum PAYMENT_TRANSACTION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Payment Transaction!", GET_FAIL = "Unable to retrieve Payment Transaction!", UPDATE_FAIL = "Unable to update Payment Transaction!", DELETE_FAIL = "Unable to delete Payment Transaction!", NOT_FOUND = "Unable to find Payment Transaction!", UNSUPPORTED_GATEWAY = "Unsupported payment gateway!" } export declare enum LOST_FOUND_ITEM_ERROR_MESSAGES { CREATE_FAIL = "Unable to create lost found item!", GET_FAIL = "Unable to retrieve lost found item data!", UPDATE_FAIL = "Unable to update lost found item!", DELETE_FAIL = "Unable to delete lost found item!", NOT_FOUND = "Lost found item not found!" } export declare enum CANTEEN_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Canteen Data!", GET_FAIL = "Unable to retrieve Canteen Data!", UPDATE_FAIL = "Unable to update Canteen Data!", DELETE_FAIL = "Unable to delete Data!", NOT_FOUND = "Unable to find Canteen Data!" } export declare enum CAMPUS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Campus Data!", GET_FAIL = "Unable to retrieve Campus Data!", UPDATE_FAIL = "Unable to update Campus Data!", DELETE_FAIL = "Unable to delete Campus Data!", NOT_FOUND = "Unable to find Campus Data!" } export declare enum ENTITY_WISE_CALENDAR_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Entity Wise Calendar Data!", GET_FAIL = "Unable to retrieve Entity Wise Calendar Data!", UPDATE_FAIL = "Unable to update Entity Wise Calendar Data!", DELETE_FAIL = "Unable to delete Entity Wise Calendar Data!", NOT_FOUND = "Unable to find Entity Wise Calendar Data!" } export declare enum WORK_OFF_DAYS_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Work Off Days Data!", GET_FAIL = "Unable to retrieve Work Off Days Data!", UPDATE_FAIL = "Unable to update Work Off Days Data!", DELETE_FAIL = "Unable to delete Work Off Days Data!", NOT_FOUND = "Unable to find Work Off Days Data!", DUPLICATE = "Work Off already exist!" } export declare enum ADVERTISEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save advertisement data!", DUPLICATE = "Advertisement already exist!", GET_FAIL = "Unable to retrieve advertisement data!", UPDATE_FAIL = "Unable to update advertisement data!", DELETE_FAIL = "Unable to delete advertisement data!", NOT_FOUND = "Unable to find advertisement data!" } export declare enum ADDITIONAL_DETAIL_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Additional detail data!", GET_FAIL = "Unable to retrieve Additional detail data!", UPDATE_FAIL = "Unable to update Additional detail data!", DELETE_FAIL = "Unable to delete Additional detail data!", NOT_FOUND = "Unable to find Additional detail!" } export declare enum B_DAY_WISH_ERROR_MESSAGES { GET_FAIL = "Unable to retrieve Birthday Wish data!", UPDATE_FAIL = "Unable to update Birthday Wish data!", DELETE_FAIL = "Unable to delete Birthday Wish data!", NOT_FOUND = "Unable to find Birthday Wish data!", AlREADY_WISH = "You have already wished this user today!" } export declare enum THEME_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Theme data!", GET_FAIL = "Unable to retrieve Theme data!", UPDATE_FAIL = "Unable to update Theme data!", DELETE_FAIL = "Unable to delete Theme data!", NOT_FOUND = "Unable to find Theme data!" } export declare enum ASSIGN_FILE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Assign File data!", GET_FAIL = "Unable to retrieve Assign File data!", UPDATE_FAIL = "Unable to update Assign File data!", DELETE_FAIL = "Unable to delete Assign File data!", NOT_FOUND = "Unable to find Assign File data!" } export declare enum SEATING_ARRANGEMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Seating Arrangement data!", GET_FAIL = "Unable to retrieve Seating Arrangement data!", UPDATE_FAIL = "Unable to update Seating Arrangement data!", DELETE_FAIL = "Unable to delete Seating Arrangement data!", NOT_FOUND = "Unable to find Seating Arrangement data!", HALL_TICKET_GENERATE_FAIL = "Unable to generate Hall ticket" } export declare enum MAINTENANCE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Maintenance data!", GET_FAIL = "Unable to retrieve Maintenance data!", UPDATE_FAIL = "Unable to update Maintenance data!", DELETE_FAIL = "Unable to delete Maintenance data!", NOT_FOUND = "Unable to find Maintenance data!", EXISTS_MAINTENANCE = "is already exists for App." } export declare enum APPOINTMENT_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Appointment data!", GET_FAIL = "Unable to retrieve Appointment data!", UPDATE_FAIL = "Unable to update Appointment data!", DELETE_FAIL = "Unable to delete Appointment data!", NOT_FOUND = "Unable to find Appointment data!", ALREADY_EXISTS = "Appointment already exists!" } export declare enum APPOINTMENT_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Appointment history data!", GET_FAIL = "Unable to retrieve Appointment history data!", UPDATE_FAIL = "Unable to update Appointment history data!", DELETE_FAIL = "Unable to delete Appointment history data!", NOT_FOUND = "Unable to find Appointment history data!" } export declare enum INCOME_EXPENSE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Income/Expense data!", GET_FAIL = "Unable to retrieve Income/Expense data!", UPDATE_FAIL = "Unable to update Income/Expense data!", DELETE_FAIL = "Unable to delete Income/Expense data!", NOT_FOUND = "Unable to find Income/Expense data!" } export declare enum CAMPUS_CARNIVAL_ERROR_MESSAGES { CREATE_FAIL = "Unable to save campus carnival data!", GET_FAIL = "Unable to retrieve campus carnival data!", UPDATE_FAIL = "Unable to update campus carnival data!", DELETE_FAIL = "Unable to delete campus carnival data!", NOT_FOUND = "Unable to find campus carnival data!", INVALID_MAX_PARTICIPANTS_PER_STANDARD = "Max participants limit must be greater than the number of competitions for each standard" } export declare enum COMPETITION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save competition data!", GET_FAIL = "Unable to retrieve competition data!", UPDATE_FAIL = "Unable to update competition data!", DELETE_FAIL = "Unable to delete competition data!", NOT_FOUND = "Unable to find competition data!", INVALID_DATE_RANGE = "Competition startTime and endTime must be within the campus carnival duration." } export declare enum COMPETITION_GROUP_ERROR_MESSAGES { CREATE_FAIL = "Unable to save competition group data!", GET_FAIL = "Unable to retrieve competition group data!", UPDATE_FAIL = "Unable to update competition group data!", DELETE_FAIL = "Unable to delete competition group data!", NOT_FOUND = "Unable to find competition group data!" } export declare enum COMPETITION_USER_ERROR_MESSAGES { CREATE_FAIL = "Unable to save participants data!", GET_FAIL = "Unable to retrieve participants data!", UPDATE_FAIL = "Unable to update participants data!", DELETE_FAIL = "Unable to delete participants data!", NOT_FOUND = "Unable to find participants data!", USER_ALREADY_EXIT = "User already registered!" } export declare enum CLONE_LIST_ERROR_MESSAGES { NOT_FOUND = "Unable to find clone list!", CREATE_FAIL = "Unable to save clone list!", GET_FAIL = "Unable to retrieve clone list!", UPDATE_FAIL = "Unable to update clone list!", DELETE_FAIL = "Unable to delete clone list!", CLONE_TITLE_EXISTS = "Clone title is already exists!" } export declare enum SHEET_FIELD_ERROR_MESSAGES { NOT_FOUND = "Unable to find sheet field", CREATE_FAIL = "Unable to save sheet field", GET_FAIL = "Unable to retrieve sheet field", UPDATE_FAIL = "Unable to update sheet field", DELETE_FAIL = "Unable to delete sheet field", ALREADY_EXIST = "Already exists dbField!" } export declare enum POLL_CREATE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Poll Create data!", GET_FAIL = "Unable to retrieve Poll Create data!", UPDATE_FAIL = "Unable to update Poll Create data!", DELETE_FAIL = "Unable to delete Poll Create data!", NOT_FOUND = "Unable to find Poll Create data!" } export declare enum POLL_SELECTION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Poll selection data!", GET_FAIL = "Unable to retrieve Poll selection data!", UPDATE_FAIL = "Unable to update Poll selection data!", DELETE_FAIL = "Unable to delete Poll selection data!", NOT_FOUND = "Unable to find Poll selection data!", EXIST_POLL_OPTION = "You have already selected this option for the poll", MAX_OPTION_ERROR = "You have reached the maximum number of options allowed for this poll.", POLL_EXPIRED = "This poll has expired and is no longer accepting selections." } export declare enum EVENT_TEMPLATES_ERROR_MESSAGES { CREATE_FAIL = "Unable to save event templates", GET_FAIL = "Unable to retrieve event templates", UPDATE_FAIL = "Unable to update event templates", DELETE_FAIL = "Unable to delete event templates", NOT_FOUND = "Unable to find event templates" } export declare enum STUDENT_LEAVE_REQUEST_ERROR_MESSAGES { CREATE_FAIL = "Unable to sent leave request", GET_FAIL = "Unable to retrieve data", UPDATE_FAIL = "Unable to update leave request", DELETE_FAIL = "Unable to delete leave", NOT_FOUND = "Unable to find leave request", DATE_PASSED = "Leave requested date is passed!" } export declare enum USER_DIRECTORY_ERROR_MESSAGES { CREATE_FAIL = "Failed to save directory data!", GET_FAIL = "Unable to retrieve directory data", UPDATE_FAIL = "Unable to update directory data", DELETE_FAIL = "Unable to delete directory data", NOT_FOUND = "Unable to find directory data", ALREADY_EXISTS = "Directory name already exists!" } export declare enum INSTITUTE_FEE_ERROR_MESSAGES { CREATE_FAIL = "Unable to save Institute Fee", GET_FAIL = "Unable to retrieve Institute Fee", UPDATE_FAIL = "Unable to update Institute Fee", DELETE_FAIL = "Unable to delete Institute Fee", NOT_FOUND = "Unable to find Institute Fee", DUPLICATE = "Institute Fee already exists for the given criteria" } export declare enum CLASS_ROOM_EVENT_ERROR_MESSAGES { NOT_FOUND = "Unable to find class room event", CREATE_FAIL = "Unable to save class room event", GET_FAIL = "Unable to retrieve class room event", UPDATE_FAIL = "Unable to update class room event", DELETE_FAIL = "Unable to delete class room event", ALREADY_EXIST = "Already exists class room event title!" } export declare enum CLASS_ROOM_COLLECTION_ERROR_MESSAGES { NOT_FOUND = "Unable to find class room collection", CREATE_FAIL = "Unable to save class room collection", GET_FAIL = "Unable to retrieve class room collection", UPDATE_FAIL = "Unable to update class room collection", DELETE_FAIL = "Unable to delete class room collection", ALREADY_EXIST = "Already exists class room collection", GIVEN_AMOUNT_ERROR = "The amount entered is", INVALID_COLLECTOR_ID = "Invalid collector id!", ALREADY_PAID = "Already paid!" } export declare enum PENALTY_ERROR_MESSAGES { NOT_FOUND = "Unable to find penalty", CREATE_FAIL = "Unable to save penalty", GET_FAIL = "Unable to retrieve penalty", UPDATE_FAIL = "Unable to update penalty", DELETE_FAIL = "Unable to delete penalty", ALREADY_EXIST = "Already exists penalty" } export declare enum USER_HAS_PENALTY_ERROR_MESSAGES { NOT_FOUND = "Unable to find user has penalty", CREATE_FAIL = "Unable to save user has penalty", GET_FAIL = "Unable to retrieve user has penalty", UPDATE_FAIL = "Unable to update user has penalty", DELETE_FAIL = "Unable to delete user has penalty", ALREADY_EXIST = "Already exists user has penalty" } export declare enum EDUCATION_OFFICER_ERROR_MESSAGES { NOT_FOUND = "Unable to find education officer", CREATE_FAIL = "Unable to save education officer", GET_FAIL = "Unable to retrieve education officer", UPDATE_FAIL = "Unable to update education officer", DELETE_FAIL = "Unable to delete education officer" } export declare enum TERM_AND_CONDITION_ERROR_MESSAGES { NOT_FOUND = "Unable to find term and condition", CREATE_FAIL = "Unable to save term and condition", GET_FAIL = "Unable to retrieve term and condition", UPDATE_FAIL = "Unable to update term and condition", DELETE_FAIL = "Unable to delete term and condition" } export declare enum TICKET_RAISE_ERROR_MESSAGES { NOT_FOUND = "Unable to find ticket", CREATE_FAIL = "Unable to save ticket", GET_FAIL = "Unable to retrieve ticket", UPDATE_FAIL = "Unable to update ticket", DELETE_FAIL = "Unable to delete ticket", COMMENT_DELETED = "Comment deleted!" } export declare enum GRANT_AND_DONATION_ERROR_MESSAGES { NOT_FOUND = "Unable to find grant and donation", CREATE_FAIL = "Unable to save grant and donation", GET_FAIL = "Unable to retrieve grant and donation", UPDATE_FAIL = "Unable to update grant and donation", DELETE_FAIL = "Unable to delete grant and donation" } export declare enum APP_ANALYTICS_EVENT_ERROR_MESSAGES { NOT_FOUND = "Unable to find data!", CREATE_FAIL = "Unable to save data!", GET_FAIL = "Unable to retrieve data!", UPDATE_FAIL = "Unable to update data!", DELETE_FAIL = "Unable to delete data!" } export declare enum INTERNAL_MARK_ERROR_MESSAGES { NOT_FOUND = "Internal mark not found!", ALREADY_EXISTS = "Internal mark already exists!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid internal mark data provided!" } export declare enum MARK_SHEET_CONFIGURATION_ERROR_MESSAGES { NOT_FOUND = "mark Sheet Configuration not found!", ALREADY_EXISTS = "mark Sheet Configuration already exists!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "mark Sheet Configuration mark data provided!" } export declare enum PDC_CHEQUE_CONFIGURATION_ERROR_MESSAGES { CREATE_FAIL = "Unable to save PDC Cheque Configuration", GET_FAIL = "Unable to retrieve PDC Cheque Configuration", UPDATE_FAIL = "Unable to update PDC Cheque Configuration", DELETE_FAIL = "Unable to delete PDC Cheque Configuration", NOT_FOUND = "Unable to find PDC Cheque Configuration", DUPLICATE = "PDC Cheque Configuration already exists for the given criteria" } export declare enum VISITOR_BOOK_ERROR_MESSAGES { CREATE_FAIL = "Unable to save visitor book", GET_FAIL = "Unable to retrieve visitor book", UPDATE_FAIL = "Unable to update visitor book", DELETE_FAIL = "Unable to delete visitor book", NOT_FOUND = "Unable to find visitor book" } export declare enum CALL_REGISTER_ERROR_MESSAGES { NOT_FOUND = "Unable to find Call Register!", CREATE_FAIL = "Unable to save Call Register!", GET_FAIL = "Unable to retrieve Call Register!", UPDATE_FAIL = "Unable to update Call Register!", DELETE_FAIL = "Unable to delete Call Register!" } export declare enum POSTAL_DISPATCH_ERROR_MESSAGES { NOT_FOUND = "Unable to find Postal dispatch!", CREATE_FAIL = "Unable to save Postal dispatch!", GET_FAIL = "Unable to retrieve Postal dispatch!", UPDATE_FAIL = "Unable to update Postal dispatch!", DELETE_FAIL = "Unable to delete Postal dispatch!" } export declare enum OFFER_AND_DISCOUNT_ERROR_MESSAGES { NOT_FOUND = "Offer and discount not found!", ALREADY_EXISTS = "Offer and discount already exists!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid offer and discount data provided!" } export declare enum USER_HAS_OFFER_AND_DISCOUNT_ERROR_MESSAGES { NOT_FOUND = "User offer and discount not found!", ALREADY_EXISTS = "User already has this offer applied!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid user offer and discount data provided!", OFFER_NOT_FOUND = "Offer not found!", USER_NOT_ELIGIBLE = "User is not eligible for this offer!", USAGE_LIMIT_EXCEEDED = "User has exceeded the offer usage limit!", OFFER_EXPIRED = "Offer has expired!", OFFER_NOT_STARTED = "Offer is not active yet!", OFFER_NOT_APPLICABLE = "Offer is not applicable for this user!" } export declare enum DESIGNATION_ERROR_MESSAGES { NOT_FOUND = "Designation not found!", ALREADY_EXISTS = "Designation already exists!" } export declare enum COMMUNITY_GROUP_ERROR_MESSAGES { NOT_FOUND = "Unable to find community group!", CREATE_FAIL = "Unable to create community group!", GET_FAIL = "Unable to retrieve community group!", UPDATE_FAIL = "Unable to update community group!", DELETE_FAIL = "Unable to delete community group!", ALREADY_EXISTS = "Community group already exists!" } export declare enum GROUP_MEMBER_ERROR_MESSAGES { MEMBER_ALREADY_EXISTS = "User already in group", MEMBER_NOT_FOUND = "Member not found", NOT_AUTHORIZED = "You are not authorized to perform this action", MESSAGE_EMPTY = "Message cannot be empty" } export declare enum COMMUNITY_MESSAGE_ERROR_MESSAGES { NOT_FOUND = "Message not found!" } export declare enum PERMISSION_ERROR_MESSAGES { NOT_FOUND = "Permission not found!", ALREADY_EXISTS = "Permission already exists!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid permission data provided!", DELETE_FAIL = "Unable to delete permission!", UPDATE_FAIL = "Unable to update permission!", CREATE_FAIL = "Unable to create permission!", GET_FAIL = "Unable to retrieve permission!" } export declare enum ROLE_HAS_PERMISSION_ERROR_MESSAGES { NOT_FOUND = "Role permission not found!", ALREADY_EXISTS = "Role permission already exists!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid role permission data provided!", DELETE_FAIL = "Unable to delete role permission!", UPDATE_FAIL = "Unable to update role permission!", CREATE_FAIL = "Unable to create role permission!", GET_FAIL = "Unable to retrieve role permission!" } export declare enum ROLE_MANAGEMENT_ERROR_MESSAGES { ALREADY_EXISTS = "Role already for this model exists!", NOT_FOUND = "Role not found" } export declare enum USER_HAS_PERMISSION_ERROR_MESSAGES { ALREADY_EXISTS = "Role and Permission already exists!", NOT_FOUND = "Role and Permission not found!" } export declare enum NOTICEBOARD_ERROR_MESSAGES { NOT_FOUND = "Noticeboard not found!", ALREADY_EXISTS = "Noticeboard already exists!", DELETE_FAIL = "Unable to delete noticeboard!", UPDATE_FAIL = "Unable to update noticeboard!", CREATE_FAIL = "Unable to create noticeboard!", GET_FAIL = "Unable to retrieve noticeboard!" } export declare enum PAST_YEAR_RECORD_ERROR_MESSAGES { NOT_FOUND = "Past Year Record not found!", ALREADY_EXISTS = "Past Year Record already exists", DELETE_FAIL = "Unable to delete Past Year Record", UPDATE_FAIL = "Unable to update Past Year Record", CREATE_FAIL = "Unable to create Past Year Record", GET_FAIL = "Unable to retrieve Past Year Record" } export declare enum USER_HAS_PENALTY_HISTORY_ERROR_MESSAGES { CREATE_FAIL = "Unable to create Penalty History Record", GET_FAIL = "Unable to retrieve Penalty History Record" } export declare enum FEE_SUBMISSION_ERROR_MESSAGES { NOT_FOUND = "Fee submission not found!", ALREADY_EXISTS = "Fee submission already exists!", DELETE_FAIL = "Unable to delete Fee submission!", UPDATE_FAIL = "Unable to update Fee submission!", CREATE_FAIL = "Unable to create Fee submission!", GET_FAIL = "Unable to retrieve Fee submission!", FEE_TRANSFER = "Fee transfer to" } export declare enum ASSIGN_SUBJECT_ERROR_MESSAGES { NOT_FOUND = "Assigned subject not found!", ALREADY_EXISTS = "Assigned subject already exists!", DELETE_FAIL = "Unable to delete assigned subject!", UPDATE_FAIL = "Unable to update assigned subject!", CREATE_FAIL = "Unable to create assigned subject!", GET_FAIL = "Unable to retrieve assigned subject!" } export declare enum USER_HAS_FEE_SUBMISSION_ERROR_MESSAGES { NOT_FOUND = "User Fee submission not found!", ALREADY_EXISTS = "User Fee submission already exists!", DELETE_FAIL = "Unable to delete User Fee submission!", UPDATE_FAIL = "Unable to update User Fee submission!", CREATE_FAIL = "Unable to create User Fee submission!", GET_FAIL = "Unable to retrieve User Fee submission!", FEE_TRANSFER = "Fees transfer" } export declare enum CERTIFICATE_REQUEST_ERROR_MESSAGES { NOT_FOUND = "Certificate request not found!", ALREADY_EXISTS = "Certificate request already exists!", DELETE_FAIL = "Unable to delete Certificate request!", UPDATE_FAIL = "Unable to update Certificate request!", CREATE_FAIL = "Unable to create Certificate request!", GET_FAIL = "Unable to retrieve Certificate request!" } export declare enum ONLINE_LECTURE_ERROR_MESSAGES { NOT_FOUND = "Online lecture not found!", ALREADY_EXISTS = "Online lecture already exists!", TIME_SLOT_OVERLAP = "An online lecture for this subject and batch already exists in the given time slot!", NOT_AUTHORIZED = "You are not authorized to perform this action!", INVALID_DATA = "Invalid online lecture data provided!" } export declare enum RMS_ERROR_MESSAGES { NOT_FOUND = "Resource not found", STOCK_NOT_AVAILABLE = "Insufficient stock available", VENDOR_CODE_EXISTS = "Vendor code already exists in this institute", PURCHASE_REQUEST_NOT_FOUND = "Purchase Request not found", PURCHASE_REQUEST_NOT_APPROVED = "Purchase Request is not approved", SUBMIT_DRAFT_ONLY = "Only DRAFT requests can be submitted", APPROVE_SUBMITTED_ONLY = "Request must be submitted to be approved", REJECT_SUBMITTED_ONLY = "Request must be submitted to be rejected" } export declare enum MODULE_DOCS_ERROR_MESSAGES { NOT_FOUND = "Module document not found", MODULE_CODE_EXISTS = "Module code already exists", MODULE_NAME_EXISTS = "Module name already exists", FILE_NOT_FOUND = "File not found", FILE_STORAGE_NOT_FOUND = "File storage not found", INVALID_USER_TYPE = "Invalid user type", INVALID_APP_TYPE = "Invalid app type" } export declare enum REFUND_ERROR_MESSAGE { REFUND_ERROR = "If not received please contact with authorized person" } export declare enum KIPIVERSE_CONTACT_FORM_ERROR_MESSAGES { NOT_FOUND = "Contact form not found.", CREATE_FAIL = "Failed to submit contact form.", UPDATE_FAIL = "Failed to update contact form.", DELETE_FAIL = "Failed to delete contact form." } export declare enum ACCOUNT_FINANCIAL_YEAR_ERROR_MESSAGES { CREATE_FAIL = "Unable to create financial year!", GET_FAIL = "Unable to retrieve financial year!", UPDATE_FAIL = "Unable to update financial year!", DELETE_FAIL = "Unable to delete financial year!", NOT_FOUND = "Financial year not found!" } export declare enum ACCOUNT_PERIOD_LOCK_ERROR_MESSAGES { CREATE_FAIL = "Unable to create period lock!", GET_FAIL = "Unable to retrieve period lock!", UPDATE_FAIL = "Unable to update period lock!", DELETE_FAIL = "Unable to delete period lock!", NOT_FOUND = "Period lock not found!" } export declare enum ACCOUNT_NUMBER_SEQUENCE_ERROR_MESSAGES { CREATE_FAIL = "Unable to create number sequence!", GET_FAIL = "Unable to retrieve number sequence!", UPDATE_FAIL = "Unable to update number sequence!", DELETE_FAIL = "Unable to delete number sequence!", NOT_FOUND = "Number sequence not found!" } export declare enum ACCOUNT_GROUP_ERROR_MESSAGES { CREATE_FAIL = "Unable to create account group!", GET_FAIL = "Unable to retrieve account group!", UPDATE_FAIL = "Unable to update account group!", DELETE_FAIL = "Unable to delete account group!", NOT_FOUND = "Account group not found!" } export declare enum ACCOUNT_LEDGER_ERROR_MESSAGES { CREATE_FAIL = "Unable to create account ledger!", GET_FAIL = "Unable to retrieve account ledger!", UPDATE_FAIL = "Unable to update account ledger!", DELETE_FAIL = "Unable to delete account ledger!", NOT_FOUND = "Account ledger not found!" } export declare enum ACCOUNT_LEDGER_OPENING_ERROR_MESSAGES { CREATE_FAIL = "Unable to create account ledger opening!", GET_FAIL = "Unable to retrieve account ledger opening!", UPDATE_FAIL = "Unable to update account ledger opening!", DELETE_FAIL = "Unable to delete account ledger opening!", NOT_FOUND = "Account ledger opening not found!" } export declare enum ACCOUNT_COST_CENTER_ERROR_MESSAGES { NOT_FOUND = "Account cost center not found" } export declare enum ACCOUNT_VOUCHER_TYPE_ERROR_MESSAGES { NOT_FOUND = "Account voucher type not found" } export declare enum PRODUCT_META_ERROR_MESSAGES { DUPLICATE = "Product meta already exists.", CREATE_FAIL = "Unable to create product meta.", GET_FAIL = "Unable to retrieve Product meta data!", UPDATE_FAIL = "Unable to update Product meta data!", DELETE_FAIL = "Unable to delete Product meta data!", NOT_FOUND = "Unable to find Product meta!", INSTITUTE_NOT_FOUND = "Institute Not Found for Product meta data", PRODUCT_IN_USE = "Product meta is in use by invoice, cannot be deleted!" } export declare enum VENDOR_COMPANY_META_ERROR_MESSAGES { DUPLICATE = "Vendor company meta already exists!", CREATE_FAIL = "Unable to save Vendor company meta data!", GET_FAIL = "Unable to retrieve Vendor company meta data!", UPDATE_FAIL = "Unable to update Vendor company meta data!", DELETE_FAIL = "Unable to delete Vendor company meta data!", NOT_FOUND = "Unable to find Vendor company meta!", CAN_NOT_LEFT = "Vendor cannot be removed as they hold certain responsibilities." } export declare enum AI_MODEL_KEYS_ERROR_MESSAGES { NOT_FOUND = "AI model key not found", KEY_ALREADY_EXISTS = "AI model key already exists", INVALID_KEY = "Invalid AI model key", VALUE_REQUIRED = "AI model key value is required", UPDATE_FAILED = "Failed to update AI model key", INVALID_SECRET_KEY = "Invalid secret key" } export declare enum SPORTS_ACADEMY_ERROR_MESSAGES { CREATE_FAIL = "Unable to create Sports Academy!", GET_FAIL = "Unable to retrieve Sports Academy data!", UPDATE_FAIL = "Unable to update Sports Academy data!", DELETE_FAIL = "Unable to delete Sports Academy data!", NOT_FOUND = "Sports Academy not found.", DUPLICATE = "Sports Academy already exists!" } export declare enum SPORT_ACADEMY_BATCH_ERROR_MESSAGES { CREATE_FAIL = "Unable to create Sport Academy Batch!", GET_FAIL = "Unable to retrieve Sport Academy Batch data!", UPDATE_FAIL = "Unable to update Sport Academy Batch data!", DELETE_FAIL = "Unable to delete Sport Academy Batch data!", NOT_FOUND = "Sport Academy Batch not found.", DUPLICATE_NAME = "Sport Academy Batch name already exists!" } export declare enum SPORT_BATCH_HAS_TIME_ERROR_MESSAGES { CREATE_FAIL = "Unable to create Sport batch time!", GET_FAIL = "Unable to retrieve Sport batch time data!", UPDATE_FAIL = "Unable to update Sport batch time data!", DELETE_FAIL = "Unable to delete Sport batch time data!", NOT_FOUND = "Sport batch time not found." }