Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

em.utility

Class EM_ERROR_CODES


Known direct descendants

EM_ERROR_HANDLER, EM_ERROR_MESSAGES

Features

Invariants

indexing

description

Constants uesed for Errorhandling

date

$Date: 2005/10/28 12:20:15 $

revision

$Revision: 1.36 $

class

EM_ERROR_CODES

feature -- Initialisation error

em_error_init_fastevents: INTEGER

-- Error initialising fastevents library

em_error_init_net2: INTEGER

-- Error initialising Net2

em_error_init_sdl: INTEGER

-- Error initialising SDL

em_error_init_sdlnet: INTEGER

-- Error initialising SDL Net

feature -- Audio error messages

em_error_allocating_channels: INTEGER

-- Error allocating channels

em_error_fading_channel_in_timed: INTEGER

-- Error fading channel in timed.

em_error_fading_music_in: INTEGER

-- Error fading music in.

em_error_fading_music_in_positioned: INTEGER

-- Error fading music in positioned.

em_error_fading_music_out: INTEGER

-- Error fading music out.

em_error_grouping_channels: INTEGER

-- Error grouping channels.

em_error_initializing_audio_subsystem: INTEGER

-- Error initializing audio subsystem.

em_error_loading_audio_file: INTEGER

-- Error loading audio file.

em_error_opening_mixer: INTEGER

-- Error opening mixer.

em_error_playing_channel: INTEGER

-- Error playing channel.

em_error_playing_channel_timed: INTEGER

-- Error playing channel timed.

em_error_playing_music: INTEGER

-- Error playing music.

em_error_registring_effect: INTEGER

-- Error registring effect

em_error_setting_music_position: INTEGER

-- Error setting music position.

em_error_unregistring_effect: INTEGER

-- Error unregistring effect

em_error_using_audio_player: INTEGER

-- Error using audio player.

feature -- Video error messages

em_error_apply_rotozoom: INTEGER

-- Error applying rotozoom of surface

em_error_blit_surface: INTEGER

-- Error blitting surface.

em_error_blit_surface_part: INTEGER

-- Error blitting surface.

em_error_create_cursor: INTEGER

-- Error creating cursor

em_error_disable_alpha_transparency: INTEGER

-- Error disabling alpha transparency

em_error_disable_transparent_colorkey: INTEGER

-- Error disabling transparent colorkey

em_error_enable_alpha_transparency: INTEGER

-- Error enabling alpha transparency

em_error_enable_per_pixel_alpha: INTEGER

-- Error enabling per pixel alpha

em_error_initializing_screen: INTEGER

-- Error initializing screen

em_error_locking_surface: INTEGER

-- Error locking surface.

em_error_put_circle: INTEGER

-- Error blitting circle.

em_error_put_circle_filled: INTEGER

-- Error blitting filled circle.

em_error_put_line_segment: INTEGER

-- Error blitting line segment.

em_error_put_pixel: INTEGER

-- Error blitting pixel.

em_error_put_polygon: INTEGER

-- Error blitting polygon.

em_error_put_polygon_filled: INTEGER

-- Error blitting filled polygon.

em_error_put_rectangle: INTEGER

-- Error blitting rectangle.

em_error_put_rectangle_filled: INTEGER

-- Error blitting filled rectangle.

em_error_redraw_surface: INTEGER

-- Error redrawing surface.

em_error_set_alpha_value: INTEGER

-- Error setting surface alpha value

em_error_set_transparent_colorkey: INTEGER

-- Error setting transparent colorkey

em_error_toggle_fullscreen: INTEGER

-- Error toggling fullscreen.

em_error_toggle_fullscreen_not_supported: INTEGER

-- Error toggling fullscreen is not supported on current operating system.

em_error_video_mode_not_supported: INTEGER

-- Error becuase video mode is not supported

feature -- Bitmap factory error

em_error_create_bitmap_from_surface_part: INTEGER

-- Error creating empty bitmap

em_error_create_empty_alpha_bitmap: INTEGER

-- Error creating empty bitmap

em_error_create_empty_alpha_surface: INTEGER

-- Error creating empty alpha surface

em_error_create_empty_bitmap: INTEGER

-- Error creating empty bitmap

em_error_create_empty_opengl_bitmap: INTEGER

-- Error creating empty bitmap

em_error_create_empty_surface: INTEGER

-- Error creating empty surface

em_error_create_rotated_bitmap: INTEGER

-- Error creating rotated bitmap

em_error_create_stretched_bitmap: INTEGER

-- Error creating zoomed bitmap

em_error_create_transformed_bitmap: INTEGER

-- Error creating zoomed bitmap

em_error_create_zoomed_bitmap: INTEGER

-- Error creating zoomed bitmap

em_error_loading_image: INTEGER

-- Error loading image

em_error_loading_image_does_not_exist: INTEGER

-- Error loading image doesn't exist

em_error_loading_image_format_not_supported: INTEGER

-- Error loading image is no image file

feature -- Texture error

em_error_generate_mipmap: INTEGER

-- Error during generaton of mipmap texture

em_error_generate_texture: INTEGER

-- Error during generation of texture

feature -- Network error messages

em_error_connection_failed: INTEGER

-- Changes have to be synchronized with $EM/library/manual_wrapper/net2/net2.h
-- Error connection failed

em_error_generating_socket: INTEGER

-- Error during socket creation

em_error_net2_error: INTEGER

-- Error in Net2 library occured

em_error_net_object_missed: INTEGER

-- Error updating a net object

em_error_resolve_ip: INTEGER

-- Changes have to be synchronized with $EM/library/manual_wrapper/net2/net2.h
-- Error resolving host

em_error_reverse_resolve_hostname: INTEGER

-- Changes have to be synchronized with $EM/library/manual_wrapper/net2/net2.h
-- Error resolving host

em_error_send_failed: INTEGER

-- Changes have to be synchronized with $EM/library/manual_wrapper/net2/net2.h
-- Error connection failed

em_error_tcp_open: INTEGER

-- Error trying to obtain port (probably is port alredy in use by another application)

em_error_tcp_send: INTEGER

-- Error sending data over tcp socket

em_error_udp_open: INTEGER

-- Error opening a udp socket

em_error_udp_recv: INTEGER

-- Error receiving a UDP packet

em_error_udp_send: INTEGER

-- Error sending a UDP packet

feature -- Thread error messages

em_error_lock_timedout: INTEGER

-- lock timed out

feature -- CDRom Subsystem error

em_error_cdrom_eject: INTEGER

-- Error while trying to eject cdrom

em_error_cdrom_pause: INTEGER

-- Error while trying to pause

em_error_cdrom_play_track: INTEGER

-- Error while trying to play an audio track

em_error_cdrom_resume: INTEGER

-- Error while trying to resume

em_error_cdrom_stop: INTEGER

-- Error while trying to stop

feature -- Font error

em_error_initialising_ttf: INTEGER

-- Error while initialising ttf system

em_error_loading_ttf_font: INTEGER

-- Error while loading a ttf font

feature -- Keyboard error

em_error_disable_repeating_keyboard_events: INTEGER

-- Error while disabling repeating keyboard events

em_error_disable_unicode: INTEGER

-- Error while disabling unicode characters

em_error_enable_repeating_keyboard_events: INTEGER

-- Error while enabling repeating keyboard events

em_error_enable_unicode: INTEGER

-- Error while enabling unicode characters

feature -- Widget errors

em_error_hide_combobox_list_scene_invalid: INTEGER

-- Error while hiding combobox list selection because running scene is no EM_COMPONENT_SCENE

em_error_hide_combobox_list_scene_void: INTEGER

-- Error while hiding combobox list selection because running scene is void

em_error_show_combobox_list_scene_invalid: INTEGER

-- Error while showing combobox list selection because running scene is no EM_COMPONENT_SCENE

em_error_show_combobox_list_scene_void: INTEGER

-- Error while showing combobox list selection because running scene is void

em_error_show_window_scene_invalid: INTEGER

-- Error while showing a window because running scene is no EM_COMPONENT_SCENE

em_error_show_window_scene_void: INTEGER

-- Error while showing a window because running scene is void

feature -- Video Decoder error

em_error_create_video_decoder_from_file: INTEGER

-- Error loading video decoder is no movie file

em_error_create_video_decoder_from_file_does_not_exist: INTEGER

-- Error loading movie doesn't exist

em_error_create_video_decoder_from_file_not_valid: INTEGER

-- Error loading video decoder is not valid movie file

em_error_video_decoder_thread_stopped: INTEGER

-- Error video_decoder thread stopped unexpectedly

feature -- Miscellaneous error

em_error_not_yet_implemented: INTEGER

-- An error because a feature is not yet implemented

em_error_this_should_never_happen: INTEGER

-- An error in a code section which shouldn't have been executed

em_error_unknown_event_type: INTEGER

-- Unknown event type occured in event loop

em_error_user_event_code_used_by_network: INTEGER

-- User event code in network range

feature -- Fileloader

em_error_plain_text_file_does_not_exist: INTEGER

-- Error loading plain_text_file does not exist

em_error_plain_text_file_not_readable: INTEGER

-- Error loading plain_text_file is not readable

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end