pub struct SystemMessage;
#[allow(missing_docs)]
impl SystemMessage {
pub const LABEL_BUSINESS_TYPE_INSERT: &str = "label.business_type_insert";
pub const LABEL_BUSINESS_TYPE_UPDATE: &str = "label.business_type_update";
pub const LABEL_BUSINESS_TYPE_DELETE: &str = "label.business_type_delete";
pub const LABEL_BUSINESS_TYPE_GRANT: &str = "label.business_type_grant";
pub const LABEL_BUSINESS_TYPE_EXPORT: &str = "label.business_type_export";
pub const LABEL_BUSINESS_TYPE_IMPORT: &str = "label.business_type_import";
pub const LABEL_BUSINESS_TYPE_FORCE: &str = "label.business_type_force";
pub const LABEL_BUSINESS_TYPE_GENCODE: &str = "label.business_type_gencode";
pub const LABEL_BUSINESS_TYPE_CLEAN: &str = "label.business_type_clean";
pub const LABEL_OPERATOR_TYPE_MANAGE: &str = "label.operator_type_manage";
pub const LABEL_OPERATOR_TYPE_MOBILE: &str = "label.operator_type_mobile";
pub const LABEL_SECOND: &str = "label.second";
pub const LABEL_MINUTE_SECOND: &str = "label.minute_second";
pub const LABEL_HOUR_MINUTE_SECOND: &str = "label.hour_minute_second";
pub const LABEL_DAY_HOUR_MINUTE_SECOND: &str = "label.day_hour_minute_second";
pub const MESSAGE_HTTP_STATUS_200: &str = "message.http_status_200";
pub const MESSAGE_HTTP_STATUS_201: &str = "message.http_status_201";
pub const MESSAGE_HTTP_STATUS_202: &str = "message.http_status_202";
pub const MESSAGE_HTTP_STATUS_204: &str = "message.http_status_204";
pub const MESSAGE_HTTP_STATUS_301: &str = "message.http_status_301";
pub const MESSAGE_HTTP_STATUS_303: &str = "message.http_status_303";
pub const MESSAGE_HTTP_STATUS_304: &str = "message.http_status_304";
pub const MESSAGE_HTTP_STATUS_400: &str = "message.http_status_400";
pub const MESSAGE_HTTP_STATUS_401: &str = "message.http_status_401";
pub const MESSAGE_HTTP_STATUS_403: &str = "message.http_status_403";
pub const MESSAGE_HTTP_STATUS_404: &str = "message.http_status_404";
pub const MESSAGE_HTTP_STATUS_405: &str = "message.http_status_405";
pub const MESSAGE_HTTP_STATUS_409: &str = "message.http_status_409";
pub const MESSAGE_HTTP_STATUS_415: &str = "message.http_status_415";
pub const MESSAGE_HTTP_STATUS_500: &str = "message.http_status_500";
pub const MESSAGE_HTTP_STATUS_501: &str = "message.http_status_501";
pub const MESSAGE_HTTP_STATUS_9999: &str = "message.http_status_9999";
pub const MESSAGE_IMPORT_USER_SUCCESSFULLY_WITH_NUM: &str = "message.import_user_successfully_with_num";
pub const MESSAGE_UPDATE_USER_SUCCESSFULLY_WITH_NUM: &str = "message.update_user_successfully_with_num";
pub const MESSAGE_IMPORT_USER_SUCCESSFULLY_RESULT_WITH_NUM: &str = "message.import_user_successfully_result_with_num";
pub const MESSAGE_UNKOWN_HOST_NAME: &str = "message.unkown_host_name";
pub const MESSAGE_ADDRESS_INTERNAL: &str = "message.address_internal";
pub const MESSAGE_USER_LOGOUT_SUCCESS: &str = "message.user_logout_success";
pub const MESSAGE_USER_LOGIN_SUCCESS: &str = "message.user_login_success";
pub const MESSAGE_USER_REGISTER_SUCCESS: &str = "message.user_register_success";
pub const ERROR_FAILED: &str = "error.failed";
pub const ERROR_RECORD_NOT_FOUND: &str = "error.record_not_found";
pub const ERROR_RECORD_EXISTS: &str = "error.record_exists";
pub const ERROR_RECORD_HAS_REFERENCE: &str = "error.record_has_reference";
pub const ERROR_REQUEST_TOO_FREQUENTLY: &str = "error.request_too_frequently";
pub const ERROR_CAN_NOT_OPERATE_WITHIN_DEMO_MODEL: &str = "error.can_not_operate_within_demo_model";
pub const ERROR_QUERY_MAX_ROWS_EXCEEDED: &str = "error.query_max_rows_exceeded";
pub const ERROR_HTTP_REQUEST_FORMAT: &str = "error.http_request_format";
pub const ERROR_HTTP_REQUEST_PARAM_ANALYZE_FAILED: &str = "error.http_request_param_analyze_failed";
pub const ERROR_HTTP_REQUEST_TOO_LONG: &str = "error.http_request_too_long";
pub const ERROR_CAN_NOT_DELETE_INTERNAL_CONFIG: &str = "error.can_not_delete_internal_config";
pub const ERROR_SORT_VALUE_MUST_BE_IN_THESE: &str = "error.sort_value_must_be_in_these";
pub const ERROR_NO_PERM_ACCESS_DEPT_DATA: &str = "error.no_perm_access_dept_data";
pub const ERROR_NO_PERM_ACCESS_ROLE_DATA: &str = "error.no_perm_access_role_data";
pub const ERROR_NO_PERM_ACCESS_USER_DATA: &str = "error.no_perm_access_user_data";
pub const ERROR_NO_PERM_ACCESS_API: &str = "error.no_perm_access_api";
pub const ERROR_CAN_NOT_ADD_DEPT_UNDER_ABNORMAL_PARENT: &str = "error.can_not_add_dept_under_abnormal_parent";
pub const ERROR_CAN_NOT_DELETE_ALLOCATED: &str = "error.can_not_delete_allocated";
pub const ERROR_CAN_NOT_OPERATE_ADMIN_ROLE: &str = "error.can_not_operate_admin_role";
pub const ERROR_CAN_NOT_OPERATE_ADMIN_USER: &str = "error.can_not_operate_admin_user";
pub const ERROR_CAN_NOT_IMPORT_EMPTY_USER_DATA: &str = "error.can_not_import_empty_user_data";
pub const ERROR_CAN_NOT_EXPORT_WITHOUT_COUNT: &str = "error.can_not_export_without_count";
pub const ERROR_EXIST_USER_WITH_NUM: &str = "error.exist_user_with_num";
pub const ERROR_NOT_EXIST_USER_ID_WITH_NUM: &str = "error.not_exist_user_id_with_num";
pub const ERROR_WRONG_USER_ID_OR_NAME_WITH_NUM: &str = "error.wrong_user_id_or_name_with_num";
pub const ERROR_EMPTY_USER_ID_WITH_NUM: &str = "error.empty_user_id_with_num";
pub const ERROR_IMPORT_USER_FAILED_WITH_NUM_AND_REASON: &str = "error.import_user_failed_with_num_and_reason";
pub const ERROR_IMPORT_USER_FAILED_RESULT_WITH_NUM_AND_REASON: &str = "error.import_user_failed_result_with_num_and_reason";
pub const ERROR_USER_REGIST_FUNCTION_NOT_VALID: &str = "error.user_regist_function_not_valid";
pub const ERROR_USER_JCAPTCHA_ERROR: &str = "error.user_jcaptcha_error";
pub const ERROR_USER_JCAPTCHA_EXPIRE: &str = "error.user_jcaptcha_expire";
pub const ERROR_USER_NOT_EXISTS: &str = "error.user_not_exists";
pub const ERROR_USER_PASSWORD_NOT_MATCH: &str = "error.user_password_not_match";
pub const ERROR_USER_PASSWORD_RETRY_LIMIT_COUNT: &str = "error.user_password_retry_limit_count";
pub const ERROR_USER_PASSWORD_RETRY_LIMIT_EXCEED: &str = "error.user_password_retry_limit_exceed";
pub const ERROR_USER_PASSWORD_DELETE: &str = "error.user_password_delete";
pub const ERROR_USER_NAME_LOGIN_TOO_FREQUENTLY: &str = "error.user_name_login_too_frequently";
pub const ERROR_USER_LOGIN_TOO_FREQUENTLY: &str = "error.user_login_too_frequently";
pub const ERROR_USER_BLOCKED: &str = "error.user_blocked";
pub const ERROR_ROLE_BLOCKED: &str = "error.role_blocked";
pub const ERROR_LENGTH_NOT_VALID: &str = "error.length_not_valid";
pub const ERROR_USER_USERNAME_NOT_VALID: &str = "error.user_username_not_valid";
pub const ERROR_USER_PASSWORD_NOT_VALID: &str = "error.user_password_not_valid";
pub const ERROR_USER_EMAIL_NOT_VALID: &str = "error.user_email_not_valid";
pub const ERROR_USER_MOBILE_PHONE_NUMBER_NOT_VALID: &str = "error.user_mobile_phone_number_not_valid";
pub const ERROR_USER_NOTFOUND: &str = "error.user_notfound";
pub const ERROR_USER_FORCELOGOUT: &str = "error.user_forcelogout";
pub const ERROR_USER_UNKNOWN_ERROR: &str = "error.user_unknown_error";
pub const ERROR_USER_EXISTS_FOR_REGIST: &str = "error.user_exists_for_regist";
pub const ERROR_USER_REGIST_FAILED: &str = "error.user_regist_failed";
pub const ERROR_USER_BIND_GOOGLE_AUTHENTICATOR_FAILED_WITH_EXISTS: &str = "error.user_bind_google_authenticator_failed_with_exists";
pub const ERROR_UPLOAD_EXCEED_MAX_SIZE: &str = "error.upload_exceed_max_size";
pub const ERROR_UPLOAD_FILENAME_EXCEED_LENGTH: &str = "error.upload_filename_exceed_length";
pub const ERROR_DOWNLOAD_FILENAME_NOT_ALLOWED: &str = "error.download_filename_not_allowed";
pub const ERROR_NO_PERMISSION: &str = "error.no_permission";
pub const ERROR_NO_CREATE_PERMISSION: &str = "error.no_create_permission";
pub const ERROR_NO_UPDATE_PERMISSION: &str = "error.no_update_permission";
pub const ERROR_NO_DELETE_PERMISSION: &str = "error.no_delete_permission";
pub const ERROR_NO_EXPORT_PERMISSION: &str = "error.no_export_permission";
pub const ERROR_NO_VIEW_PERMISSION: &str = "error.no_view_permission";
pub const ERROR_ADD_DICT_TYPE_WITH_EXISTS: &str = "error.add_dict_type_with_exists";
pub const ERROR_EDIT_DICT_TYPE_WITH_EXISTS: &str = "error.edit_dict_type_with_exists";
pub const ERROR_ADD_CONFIG_WITH_EXISTS: &str = "error.add_config_with_exists";
pub const ERROR_EDIT_CONFIG_WITH_EXISTS: &str = "error.edit_config_with_exists";
pub const ERROR_ADD_DEPT_WITH_EXISTS: &str = "error.add_dept_with_exists";
pub const ERROR_EDIT_DEPT_WITH_EXISTS: &str = "error.edit_dept_with_exists";
pub const ERROR_EDIT_DEPT_WITH_SELF_IS_PARENT: &str = "error.edit_dept_with_self_is_parent";
pub const ERROR_EDIT_DEPT_WITH_VALID_CHILD: &str = "error.edit_dept_with_valid_child";
pub const ERROR_REMOVE_DEPT_WITH_VALID_CHILD: &str = "error.remove_dept_with_valid_child";
pub const ERROR_REMOVE_DEPT_WITH_VALID_USER: &str = "error.remove_dept_with_valid_user";
pub const ERROR_ADD_MENU_WITH_EXISTS: &str = "error.add_menu_with_exists";
pub const ERROR_ADD_MENU_WITH_INVALID_ADDRESS: &str = "error.add_menu_with_invalid_address";
pub const ERROR_EDIT_MENU_WITH_EXISTS: &str = "error.edit_menu_with_exists";
pub const ERROR_EDIT_MENU_WITH_INVALID_ADDRESS: &str = "error.edit_menu_with_invalid_address";
pub const ERROR_EDIT_MENU_WITH_SELF_IS_PARENT: &str = "error.edit_menu_with_self_is_parent";
pub const ERROR_REMOVE_MENU_WITH_VALID_CHILD: &str = "error.remove_menu_with_valid_child";
pub const ERROR_REMOVE_MENU_WITH_ALLOCATED: &str = "error.remove_menu_with_allocated";
pub const ERROR_ADD_POST_WITH_EXISTS_NAME: &str = "error.add_post_with_exists_name";
pub const ERROR_ADD_POST_WITH_EXISTS_CODE: &str = "error.add_post_with_exists_code";
pub const ERROR_EDIT_POST_WITH_EXISTS_NAME: &str = "error.edit_post_with_exists_name";
pub const ERROR_EDIT_POST_WITH_EXISTS_CODE: &str = "error.edit_post_with_exists_code";
pub const ERROR_ADD_USER_WITH_EXISTS_NAME: &str = "error.add_user_with_exists_name";
pub const ERROR_ADD_USER_WITH_EXISTS_PHONE: &str = "error.add_user_with_exists_phone";
pub const ERROR_ADD_USER_WITH_EXISTS_EMAIL: &str = "error.add_user_with_exists_email";
pub const ERROR_EDIT_USER_WITH_EXISTS_PHONE: &str = "error.edit_user_with_exists_phone";
pub const ERROR_EDIT_USER_WITH_EXISTS_EMAIL: &str = "error.edit_user_with_exists_email";
pub const ERROR_EDIT_USER: &str = "error.edit_user";
pub const ERROR_EDIT_PASSWORD_WITH_WRONG_OLD_PASSWORD: &str = "error.edit_password_with_wrong_old_password";
pub const ERROR_EDIT_PASSWORD_WITH_SAME_PASSWORD: &str = "error.edit_password_with_same_password";
pub const ERROR_EDIT_PASSWORD: &str = "error.edit_password";
pub const ERROR_EDIT_AVATAR: &str = "error.edit_avatar";
pub const ERROR_CAN_NOT_REMOVE_CURRENT_USER: &str = "error.can_not_remove_current_user";
pub const ERROR_ADD_ROLE_WITH_EXISTS_NAME: &str = "error.add_role_with_exists_name";
pub const ERROR_ADD_ROLE_WITH_EXISTS_ROLE_KEY: &str = "error.add_role_with_exists_role_key";
pub const ERROR_EDIT_ROLE_WITH_EXISTS_NAME: &str = "error.edit_role_with_exists_name";
pub const ERROR_EDIT_ROLE_WITH_EXISTS_ROLE_KEY: &str = "error.edit_role_with_exists_role_key";
pub const ERROR_EDIT_ROLE: &str = "error.edit_role";
pub const ERROR_UNSUPPORTED_EXCEL_ENUM_VALUE: &str = "error.unsupported_excel_enum_value";
pub const ERROR_UNSUPPORTED_EXCEL_DICT_VALUE: &str = "error.unsupported_excel_dict_value";
pub const ERROR_EDIT_GEN_TABLE_WITH_EMPTY_TREE_CODE: &str = "error.edit_gen_table_with_empty_tree_code";
pub const ERROR_EDIT_GEN_TABLE_WITH_EMPTY_PARENT_TREE_CODE: &str = "error.edit_gen_table_with_empty_parent_tree_code";
pub const ERROR_EDIT_GEN_TABLE_WITH_EMPTY_TREE_NAME: &str = "error.edit_gen_table_with_empty_tree_name";
pub const ERROR_EDIT_GEN_TABLE_WITH_EMPTY_SUB_TABLE_NAME: &str = "error.edit_gen_table_with_empty_sub_table_name";
pub const ERROR_EDIT_GEN_TABLE_WITH_EMPTY_SUB_TABLE_FK_NAME: &str = "error.edit_gen_table_with_empty_sub_table_fk_name";
pub const ERROR_EDIT_GEN_TABLE_WITH_SYNC_DB: &str = "error.edit_gen_table_with_sync_db";
pub const ERROR_EDIT_GEN_TABLE_WITH_WRONG_HTML_TYPE: &str = "error.edit_gen_table_with_wrong_html_type";
pub const ERROR_EDIT_GEN_TABLE_WITH_REQUIRED_MUST_BE_INSERT: &str = "error.edit_gen_table_with_required_must_be_insert";
pub const ERROR_IMPORT_GEN_TABLE: &str = "error.import_gen_table";
pub const ERROR_IMPORT_GEN_TABLE_WITH_WRONG_ID_TYPE: &str = "error.import_gen_table_with_wrong_id_type";
pub const ERROR_IMPORT_GEN_TABLE_WITH_WRONG_TABLE_NAME_FORMAT: &str = "error.import_gen_table_with_wrong_table_name_format";
pub const ERROR_IMPORT_GEN_TABLE_WITH_WRONG_COLUMN_NAME_FORMAT: &str = "error.import_gen_table_with_wrong_column_name_format";
pub const ERROR_ADD_JOB_WITH_WRONG_EXPRESSION: &str = "error.add_job_with_wrong_expression";
pub const ERROR_EDIT_JOB_WITH_WRONG_EXPRESSION: &str = "error.edit_job_with_wrong_expression";
pub const ERROR_DATERANGE_CANNOT_BE_GREATER_THAN_DAYS: &str = "error.daterange_cannot_be_greater_than_days";
}