package org.ebayopensource.turmeric.runtime.errorlibrary; import org.ebayopensource.turmeric.common.v1.types.CommonErrorData; import org.ebayopensource.turmeric.common.v1.types.ErrorCategory; import org.ebayopensource.turmeric.common.v1.types.ErrorSeverity; public class ErrorDataCollection { private final static String ORGANIZATION = "ebayopensource"; public final static CommonErrorData svc_factory_cannot_create_svc = createCommonErrorData(1000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_cannot_create_svc", "TurmericRuntime", "System", ""); public final static CommonErrorData svc_factory_invalid_svc_name = createCommonErrorData(1001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_svc_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_inconsistent_qname = createCommonErrorData(1002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_inconsistent_qname", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_custom_ser_no_bound_type = createCommonErrorData(1003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_custom_ser_no_bound_type", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_custom_deser_no_bound_type = createCommonErrorData(1004L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_custom_deser_no_bound_type", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_inst_not_found = createCommonErrorData(1007L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_inst_not_found", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_inst_illegal_access = createCommonErrorData(1008L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_inst_illegal_access", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_factory_inst_exception = createCommonErrorData(1009L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_inst_exception", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_factory_inst_cannot_cast = createCommonErrorData(1010L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_inst_cannot_cast", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_operation_name = createCommonErrorData(1011L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_operation_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_protocol_processor_name = createCommonErrorData(1012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_protocol_processor_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_data_binding_name = createCommonErrorData(1013L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_data_binding_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_undefined_intf_class_name = createCommonErrorData(1014L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_undefined_intf_class_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_undefined_impl_class_name = createCommonErrorData(1015L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_undefined_impl_class_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_binding_payload_mismatch = createCommonErrorData(1016L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_binding_payload_mismatch", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_gen_uses_wrong_interface = createCommonErrorData(1018L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_gen_uses_wrong_interface", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_typemap_definition = createCommonErrorData(1019L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_typemap_definition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_typemap_redefinition = createCommonErrorData(1020L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_typemap_redefinition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_protocol_processor_definition = createCommonErrorData(1021L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_protocol_processor_definition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_data_binding_definition = createCommonErrorData(1022L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_data_binding_definition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unknown_data_binding = createCommonErrorData(1023L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unknown_data_binding", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_data_binding_payload_collision = createCommonErrorData(1024L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_data_binding_payload_collision", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_data_binding_type_conv_collision = createCommonErrorData(1025L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_data_binding_type_conv_collision", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_data_binding_type_conv = createCommonErrorData(1026L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_data_binding_type_conv", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_type_conv_class_mismatch = createCommonErrorData(1027L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_type_conv_class_mismatch", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_init_failed = createCommonErrorData(1028L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_init_failed", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_factory_invalid_transport_name = createCommonErrorData(1029L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_transport_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_transport_config = createCommonErrorData(1030L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_transport_config", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unknown_transport_name = createCommonErrorData(1031L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unknown_transport_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_service_init_failed = createCommonErrorData(1032L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_service_init_failed", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_factory_package_ns_redefinition = createCommonErrorData(1033L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_package_ns_redefinition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_method_param_args = createCommonErrorData(1034L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_method_param_args", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unknown_operation_in_config = createCommonErrorData(1035L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unknown_operation_in_config", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_param_count_in_config = createCommonErrorData(1036L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_param_count_in_config", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_no_namespace_for_class = createCommonErrorData(1037L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_no_namespace_for_class", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_encoding = createCommonErrorData(1038L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_encoding", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_missing_service_version = createCommonErrorData(1039L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_missing_service_version", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_data_binding_mime_type = createCommonErrorData(1040L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_data_binding_mime_type", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_logging_handler_name = createCommonErrorData(1041L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_logging_handler_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unsupported_charset = createCommonErrorData(1042L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unsupported_charset", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_version_format = createCommonErrorData(1043L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_version_format", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_cannot_use_on_client = createCommonErrorData(1044L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_cannot_use_on_client", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_cannot_use_on_server = createCommonErrorData(1045L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_cannot_use_on_server", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_undefined_log_handler_class_name = createCommonErrorData(1046L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_undefined_log_handler_class_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_duplicate_log_handler_class_name = createCommonErrorData(1047L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_duplicate_log_handler_class_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_header_name = createCommonErrorData(1048L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_header_name", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_mapping_value = createCommonErrorData(1049L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_mapping_value", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_error_list = createCommonErrorData(1050L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_error_list", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_operation = createCommonErrorData(1051L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_operation", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_default_supported_data_binding = createCommonErrorData(1052L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_default_supported_data_binding", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_default_data_binding = createCommonErrorData(1053L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_default_data_binding", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_duplicate_header_key = createCommonErrorData(1054L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_duplicate_header_key", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_class_to_multiple_ns_definition = createCommonErrorData(1055L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_class_to_multiple_ns_definition", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_missing_dispatcher_impl = createCommonErrorData(1056L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_missing_dispatcher_impl", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_invalid_svc_wsdl_url = createCommonErrorData(1057L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_invalid_svc_wsdl_url", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unable_to_extract_schema = createCommonErrorData(1058L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unable_to_extract_schema", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_factory_unable_to_register_schema = createCommonErrorData(1059L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_factory_unable_to_register_schema", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_rt_unknown_operation = createCommonErrorData(2000L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unknown_operation", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_operation_unsupported = createCommonErrorData(2001L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_operation_unsupported", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_operation_unknown_at_dispatch = createCommonErrorData(2002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_operation_unknown_at_dispatch", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_service_name = createCommonErrorData(2003L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_no_service_name", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_cannot_set_system_prop = createCommonErrorData(2004L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_cannot_set_system_prop", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_application_internal_error = createCommonErrorData(2005L, (ErrorSeverity.ERROR), (ErrorCategory.APPLICATION), "svc_rt_application_internal_error", "TurmericRuntime", "Application", (null)); public final static CommonErrorData svc_rt_request_id_already_set = createCommonErrorData(2006L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_request_id_already_set", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_service_markdown = createCommonErrorData(2007L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_service_markdown", "TurmericRuntime", "Markdown", (null)); public final static CommonErrorData svc_rt_unknown_protocol = createCommonErrorData(2008L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unknown_protocol", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_unknown_request_payload = createCommonErrorData(2009L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unknown_request_payload", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_unknown_response_payload = createCommonErrorData(2010L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unknown_response_payload", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_msg_data_cleaned = createCommonErrorData(2011L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_data_cleaned", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_msg_error_response = createCommonErrorData(2012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_error_response", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_msg_access_void_data = createCommonErrorData(2013L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_access_void_data", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_msg_access_wrong_idx = createCommonErrorData(2014L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_access_wrong_idx", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_msg_incompatible_set = createCommonErrorData(2015L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_incompatible_set", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_msg_deser_complete = createCommonErrorData(2016L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_deser_complete", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_unable_to_map_errors = createCommonErrorData(2017L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_unable_to_map_errors", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_error_mapper_returned_null = createCommonErrorData(2018L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_error_mapper_returned_null", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_incomplete_init = createCommonErrorData(2019L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_incomplete_init", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_unsupported_service_name = createCommonErrorData(2020L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unsupported_service_name", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_invalid_version_format = createCommonErrorData(2021L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_invalid_version_format", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_version_unsupported = createCommonErrorData(2022L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_version_unsupported", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_cannot_open_for_writing = createCommonErrorData(2023L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_cannot_open_for_writing", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_payload_log_exception = createCommonErrorData(2024L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_payload_log_exception", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_service_desc_for_admin_name = createCommonErrorData(2025L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_no_service_desc_for_admin_name", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_unsupported_charset = createCommonErrorData(2026L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_unsupported_charset", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_msg_param_count_mismatch = createCommonErrorData(2027L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_msg_param_count_mismatch", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_rt_cannot_read_from_stream = createCommonErrorData(2028L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_cannot_read_from_stream", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_rt_error_mapper_failure = createCommonErrorData(2029L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_error_mapper_failure", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_internal_error = createCommonErrorData(2030L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_internal_error", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_wsdl = createCommonErrorData(2031L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_no_wsdl", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_bad_request_url = createCommonErrorData(2032L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_bad_request_url", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_param_conflict = createCommonErrorData(2033L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_rt_param_conflict", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_rt_layer_violation = createCommonErrorData(2034L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_layer_violation", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_invalid_layer_name = createCommonErrorData(2035L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_invalid_layer_name", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_url_match_expression_conflict = createCommonErrorData(2036L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_url_match_expression_conflict", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_error_data_found = createCommonErrorData(2037L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_no_error_data_found", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_missing_operation_name = createCommonErrorData(2038L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_missing_operation_name", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_header_not_allowed_in_url = createCommonErrorData(2039L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_header_not_allowed_in_url", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_consumerid_security_appname_mismatch = createCommonErrorData(2040L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_consumerid_security_appname_mismatch", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_consumerid_usecase_mismatch = createCommonErrorData(2041L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_consumerid_usecase_mismatch", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_cache_policy = createCommonErrorData(2042L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_no_cache_policy", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_null_error_data = createCommonErrorData(2043L, (ErrorSeverity.ERROR), (ErrorCategory.APPLICATION), "svc_rt_null_error_data", "TurmericRuntime", "Application", (null)); public final static CommonErrorData svc_rt_non_matching_operation_name = createCommonErrorData(2044L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_non_matching_operation_name", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_rt_no_proto = createCommonErrorData(2045L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_rt_no_proto", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_client_unknown_operation = createCommonErrorData(3000L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_unknown_operation", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_unknown_protocol = createCommonErrorData(3001L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_unknown_protocol", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_unknown_binding = createCommonErrorData(3002L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_unknown_binding", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_cannot_get_transport = createCommonErrorData(3004L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_cannot_get_transport", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_invocation_failed_sys_client = createCommonErrorData(3005L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_invocation_failed_sys_client", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_client_binding_not_specified = createCommonErrorData(3007L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_binding_not_specified", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_invocation_failed_app = createCommonErrorData(3008L, (ErrorSeverity.ERROR), (ErrorCategory.APPLICATION), "svc_client_invocation_failed_app", "TurmericRuntime", "Application", (null)); public final static CommonErrorData svc_client_invalid_param_count = createCommonErrorData(3009L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_client_invalid_param_count", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_client_invocation_failed_sys_server = createCommonErrorData(3010L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_invocation_failed_sys_server", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_client_invalid_max_url_length = createCommonErrorData(3011L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_invalid_max_url_length", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_client_invalid_url_path = createCommonErrorData(3012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_invalid_url_path", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_wsdl_fault_exception = createCommonErrorData(3013L, (ErrorSeverity.ERROR), (ErrorCategory.APPLICATION), "svc_wsdl_fault_exception", "TurmericRuntime", "Application", (null)); public final static CommonErrorData svc_client_invalid_callback_function_name = createCommonErrorData(3014L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_invalid_callback_function_name", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_client_missing_consumer_id = createCommonErrorData(3015L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_missing_consumer_id", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_client_cache_not_supported = createCommonErrorData(3016L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_client_cache_not_supported", "TurmericRuntime", "CachePolicy", (null)); public final static CommonErrorData cfg_cannot_load_file = createCommonErrorData(4001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_cannot_load_file", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_parse_error = createCommonErrorData(4002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_parse_error", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_validation_error = createCommonErrorData(4003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_validation_error", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_typemap_java_no_package_match = createCommonErrorData(4005L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_typemap_java_no_package_match", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_generic_error = createCommonErrorData(4007L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_generic_error", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_no_such_service = createCommonErrorData(4008L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_no_such_service", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_io_error = createCommonErrorData(4009L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_io_error", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_bad_integer = createCommonErrorData(4010L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_bad_integer", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_bad_boolean = createCommonErrorData(4011L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_bad_boolean", "TurmericRuntime", "Config", (null)); public final static CommonErrorData cfg_no_error_data_provider = createCommonErrorData(4012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "cfg_no_error_data_provider", "TurmericRuntime", "Config", (null)); public final static CommonErrorData svc_data_deserialization_error = createCommonErrorData(5000L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_data_deserialization_error", "TurmericRuntime", "Inbound_Data", (null)); public final static CommonErrorData svc_data_serialization_error = createCommonErrorData(5001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_serialization_error", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_data_validation_warning = createCommonErrorData(5003L, (ErrorSeverity.WARNING), (ErrorCategory.REQUEST), "svc_data_validation_warning", "TurmericRuntime", "Inbound_Data", (null)); public final static CommonErrorData svc_data_validation_error = createCommonErrorData(5004L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_data_validation_error", "TurmericRuntime", "Inbound_Data", (null)); public final static CommonErrorData svc_data_unexpected_server_response_format = createCommonErrorData(5005L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_data_unexpected_server_response_format", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_data_xml_stream_reader_creation_error = createCommonErrorData(5006L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_xml_stream_reader_creation_error", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_data_xml_stream_writer_creation_error = createCommonErrorData(5007L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_xml_stream_writer_creation_error", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_data_start_document_error = createCommonErrorData(5008L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_start_document_error", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_data_end_document_error = createCommonErrorData(5009L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_end_document_error", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_data_null_error_deserialize = createCommonErrorData(5010L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_null_error_deserialize", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_data_unexpected_value_type = createCommonErrorData(5011L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_data_unexpected_value_type", "TurmericRuntime", "Inbound_Data", (null)); public final static CommonErrorData svc_data_unexpected_bound_type = createCommonErrorData(5012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_unexpected_bound_type", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_data_read_error = createCommonErrorData(5014L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_read_error", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_data_write_error = createCommonErrorData(5015L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_write_error", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_data_element_schema_error = createCommonErrorData(5016L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_element_schema_error", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_data_unsupported_object_node_serialization = createCommonErrorData(5017L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_unsupported_object_node_serialization", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_data_jaxb_illegal_annotation = createCommonErrorData(5018L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_data_jaxb_illegal_annotation", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_protocolprocessor_init_error = createCommonErrorData(6000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_init_error", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_protocolprocessor_data_deserialization_error = createCommonErrorData(6001L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_protocolprocessor_data_deserialization_error", "TurmericRuntime", "Inbound_Data", (null)); public final static CommonErrorData svc_protocolprocessor_data_serialization_error = createCommonErrorData(6002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_data_serialization_error", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_protocolprocessor_data_read_error = createCommonErrorData(6003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_data_read_error", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_protocolprocessor_data_write_error = createCommonErrorData(6004L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_data_write_error", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_protocolprocessor_inbound_system_error = createCommonErrorData(6005L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_inbound_system_error", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_protocolprocessor_outbound_system_error = createCommonErrorData(6006L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_protocolprocessor_outbound_system_error", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_protocolprocessor_unsupported_request_format = createCommonErrorData(6007L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_protocolprocessor_unsupported_request_format", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_protocolprocessor_unsupported_response_format = createCommonErrorData(6008L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_protocolprocessor_unsupported_response_format", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_comm_failure = createCommonErrorData(7000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_comm_failure", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_http_error = createCommonErrorData(7001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_http_error", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_inbound_io_exception = createCommonErrorData(7002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_inbound_io_exception", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_transport_outbound_io_exception = createCommonErrorData(7003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_outbound_io_exception", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_no_service_address = createCommonErrorData(7004L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_no_service_address", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_invalid_service_address = createCommonErrorData(7005L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_invalid_service_address", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_connect_exception = createCommonErrorData(7006L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_connect_exception", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_no_get_with_attachments = createCommonErrorData(7007L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_no_get_with_attachments", "TurmericRuntime", "Outbound_Data", (null)); public final static CommonErrorData svc_transport_unserializable_message = createCommonErrorData(7008L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_unserializable_message", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_url_too_long = createCommonErrorData(7010L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_url_too_long", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_get_requires_nv = createCommonErrorData(7011L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_get_requires_nv", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_no_get_with_soap = createCommonErrorData(7012L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_no_get_with_soap", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_no_get_with_local = createCommonErrorData(7013L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_no_get_with_local", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_no_soap_with_local = createCommonErrorData(7014L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_no_soap_with_local", "TurmericRuntime", "Outbound_Meta_Data", (null)); public final static CommonErrorData svc_transport_connect_timeout_exception = createCommonErrorData(7015L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_connect_timeout_exception", "TurmericRuntime", "Comm_Send", (null)); public final static CommonErrorData svc_transport_local_binding_timeout = createCommonErrorData(7016L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_transport_local_binding_timeout", "TurmericRuntime", "Timeout", (null)); public final static CommonErrorData svc_transport_decode_error = createCommonErrorData(7017L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_transport_decode_error", "TurmericRuntime", "Comm_Recv", (null)); public final static CommonErrorData svc_metrics_definition_conflict = createCommonErrorData(8000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_definition_conflict", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_definition_not_registered = createCommonErrorData(8001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_definition_not_registered", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_cannot_instantiate_value = createCommonErrorData(8002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_cannot_instantiate_value", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_value_readonly = createCommonErrorData(8003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_value_readonly", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_client_not_initialized = createCommonErrorData(8004L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_client_not_initialized", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_server_not_initialized = createCommonErrorData(8005L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_server_not_initialized", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_metrics_cannot_write_file = createCommonErrorData(8006L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_metrics_cannot_write_file", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_g11n_registry_init_failed = createCommonErrorData(9000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_g11n_registry_init_failed", "TurmericRuntime", "System", (null)); public final static CommonErrorData svc_g11n_no_such_global_id = createCommonErrorData(9001L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_g11n_no_such_global_id", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_g11n_unsupported_global_id = createCommonErrorData(9002L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_g11n_unsupported_global_id", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_g11n_no_such_locale = createCommonErrorData(9003L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_g11n_no_such_locale", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_g11n_unsupported_locale = createCommonErrorData(9004L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_g11n_unsupported_locale", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_g11n_missing_global_id = createCommonErrorData(9005L, (ErrorSeverity.ERROR), (ErrorCategory.REQUEST), "svc_g11n_missing_global_id", "TurmericRuntime", "Inbound_Meta_Data", (null)); public final static CommonErrorData svc_cache_policy_invalid_operation = createCommonErrorData(12001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_cache_policy_invalid_operation", "TurmericRuntime", "CachePolicy", (null)); public final static CommonErrorData svc_cache_policy_invalid_key = createCommonErrorData(12002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_cache_policy_invalid_key", "TurmericRuntime", "CachePolicy", (null)); public final static CommonErrorData svc_cache_policy_init_failed = createCommonErrorData(12003L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "svc_cache_policy_init_failed", "TurmericRuntime", "CachePolicy", (null)); public final static CommonErrorData el_initialization_failed = createCommonErrorData(13000L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "el_initialization_failed", "TurmericRuntime", "ErrorLibrary", (null)); public final static CommonErrorData el_validation_failed = createCommonErrorData(13001L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "el_validation_failed", "TurmericRuntime", "ErrorLibrary", (null)); public final static CommonErrorData el_no_such_error_defined = createCommonErrorData(13002L, (ErrorSeverity.ERROR), (ErrorCategory.SYSTEM), "el_no_such_error_defined", "TurmericRuntime", "ErrorLibrary", (null)); private static CommonErrorData createCommonErrorData(long errorId, ErrorSeverity severity, ErrorCategory category, String errorName, String domain, String subDomain, String errorGroup) { CommonErrorData errorData = new CommonErrorData(); errorData.setErrorId(errorId); errorData.setSeverity(severity); errorData.setCategory(category); errorData.setSubdomain(subDomain); errorData.setDomain(domain); errorData.setErrorGroups(errorGroup); errorData.setErrorName(errorName); errorData.setOrganization(ORGANIZATION); return errorData; } }