Collaboration diagram for Bio-SPHERE General Error Codes:
![]() |
Defines | |
#define | BS_OK 0x00000000 |
#define | BS_ERROR 0x00000001 |
#define | BS_NO_MEMORY 0x00000002 |
#define | BS_NOT_IMPLEMENTED 0x00000003 |
#define | BS_INIT_ERROR_OPTION 0x00000004 |
#define | BS_INIT_ERROR_DB 0x00000005 |
#define | BS_INIT_ERROR_SERVICE 0x00000006 |
#define | BS_INIT_ERROR_MODULE 0x00000007 |
#define | BS_INIT_ERROR_LISTENER 0x00000008 |
#define BS_ERROR 0x00000001 |
BS_ERROR indicates a general error.
Definition at line 76 of file biosphere_error.h.
Referenced by add_node(), add_user(), bsmod_hand_init(), bsmod_keystroke_init(), bsmod_password_handle_service(), bsmod_password_init(), bsmod_stat_handle_avgminmax(), bsmod_stat_handle_gather_times(), bsmod_stat_handle_service(), bsmod_stat_handle_start_timer(), bsmod_stat_handle_stop_timer(), check_builtin_type(), check_builtin_type_bs_int16(), check_builtin_type_bs_int32(), check_builtin_type_bs_uint16(), check_builtin_type_bs_uint32(), check_for_http_errors(), check_types(), connect_and_get(), connect_and_post(), core_service_admin_shutdown(), core_service_logging_service(), core_service_module_service_load(), core_service_module_service_unload(), core_service_request_handler(), get_remaining_content(), get_services(), handle_fuse2_decision(), handle_fuse3_decision(), handle_http_get(), handle_http_post(), handle_service_request(), init_bsmod_stat_mux(), init_listen_socket(), init_module(), init_mutexes(), init_options(), load_module(), main(), merge_bs_definitions(), process_definition(), process_request_input_part(), read_file_into_buf(), send_http_error(), setup_thread(), shutdown_thread_main(), stop_daemon(), unload_module(), and write_buf_into_file().
#define BS_INIT_ERROR_DB 0x00000005 |
Dtabase system failed to initialize.
Definition at line 84 of file biosphere_error.h.
#define BS_INIT_ERROR_LISTENER 0x00000008 |
Listener system failed to initialize.
Definition at line 90 of file biosphere_error.h.
Referenced by main().
#define BS_INIT_ERROR_MODULE 0x00000007 |
Module system failed to initialize.
Definition at line 88 of file biosphere_error.h.
Referenced by main().
#define BS_INIT_ERROR_OPTION 0x00000004 |
#define BS_INIT_ERROR_SERVICE 0x00000006 |
Service system failed to initialize.
Definition at line 86 of file biosphere_error.h.
Referenced by main().
#define BS_NO_MEMORY 0x00000002 |
Unable to allocate memory either using malloc or from a pool.
Definition at line 78 of file biosphere_error.h.
Referenced by bsmod_stat_init().
#define BS_NOT_IMPLEMENTED 0x00000003 |
The requested feature was not implemented:
Definition at line 80 of file biosphere_error.h.
Referenced by core_service_daemon_admin().
#define BS_OK 0x00000000 |
BS_OK indicates that the function performed normally.
Definition at line 74 of file biosphere_error.h.
Referenced by add_datatypes_to_xml(), add_message_instance_to_xml(), add_message_part_to_xml(), add_message_to_xml(), add_messages_to_xml(), add_node(), add_node_to_global_list(), add_operation_to_xml(), add_part_instance_to_xml(), add_port_to_xml(), add_port_type_to_xml(), add_porttypes_to_xml(), add_service(), add_service_to_xml(), add_services_to_xml(), add_use_service_to_xml(), add_used_service_to_xml(), add_user(), bsmod_dummy_cleanup(), bsmod_dummy_handle_service(), bsmod_dummy_init(), bsmod_fusion_cleanup(), bsmod_fusion_init(), bsmod_hand_cleanup(), bsmod_hand_handle_service(), bsmod_hand_init(), bsmod_keystroke_cleanup(), bsmod_keystroke_handle_service(), bsmod_keystroke_init(), bsmod_password_cleanup(), bsmod_password_handle_service(), bsmod_password_init(), bsmod_stat_cleanup(), bsmod_stat_handle_avgminmax(), bsmod_stat_handle_gather_times(), bsmod_stat_handle_start_timer(), bsmod_stat_handle_stop_timer(), check_builtin_type_bs_bool(), check_builtin_type_bs_byte(), check_builtin_type_bs_double(), check_builtin_type_bs_int16(), check_builtin_type_bs_int32(), check_builtin_type_bs_int64(), check_builtin_type_bs_string(), check_builtin_type_bs_uint16(), check_builtin_type_bs_uint32(), check_builtin_type_bs_uint64(), check_for_http_errors(), check_types(), cleanup_library(), connect_and_get(), connect_and_post(), core_service_admin_shutdown(), core_service_logging_service(), core_service_module_service_list(), core_service_module_service_load(), core_service_module_service_unload(), extract_http_header_info(), get_module_descriptions(), get_remaining_content(), get_services(), get_services_list(), handle_fuse2(), handle_fuse2_decision(), handle_fuse3(), handle_fuse3_decision(), handle_http_get(), handle_http_post(), handle_service_request(), handle_service_request_remotely(), init_bsmod_stat_mux(), init_general(), init_library(), init_listen_socket(), init_module(), init_mutexes(), init_node(), init_options(), init_service(), lets_go_threaded(), load_module(), main(), make_answer(), make_request(), make_service_request(), merge_bs_definitions(), merge_def_with_def(), parse_http_headers(), process_definition(), process_request(), process_request_input(), process_request_input_part(), process_request_use(), process_response(), process_response_fault(), process_response_output(), process_response_used(), read_file_into_buf(), receive_response(), remove_node(), remove_service(), remove_user(), request_corresponds_with_definition(), send_http_error(), set_definitions(), setup_thread(), shutdown_thread_main(), stop_daemon(), unload_all_modules(), unload_module(), write_buf_into_file(), xlate_definition_to_xml(), xlate_request_to_xml(), and xlate_response_to_xml().