home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / plugins / lua_plugin / ts3errors.lua < prev    next >
Text File  |  2010-07-08  |  5KB  |  108 lines

  1. --
  2. -- TeamSpeak 3 error codes
  3. --
  4.  
  5. ts3errors = {
  6.     --general
  7.     ERROR_ok                                     = 0x0000,
  8.     ERROR_undefined                              = 0x0001,
  9.     ERROR_not_implemented                        = 0x0002,
  10.     ERROR_ok_no_update                           = 0x0003,
  11.     ERROR_dont_notify                            = 0x0004,
  12.  
  13.     --dunno
  14.     ERROR_command_not_found                      = 0x0100,
  15.     ERROR_unable_to_bind_network_port            = 0x0101,
  16.     ERROR_no_network_port_available              = 0x0102,
  17.  
  18.     --client
  19.     ERROR_client_invalid_id                      = 0x0200,
  20.     ERROR_client_nickname_inuse                  = 0x0201,
  21.     ERROR_client_protocol_limit_reached          = 0x0203,
  22.     ERROR_client_invalid_type                    = 0x0204,
  23.     ERROR_client_already_subscribed              = 0x0205,
  24.     ERROR_client_not_logged_in                   = 0x0206,
  25.     ERROR_client_could_not_validate_identity     = 0x0207,
  26.     ERROR_client_version_outdated                = 0x020a,
  27.  
  28.     --channel
  29.     ERROR_channel_invalid_id                     = 0x0300,
  30.     ERROR_channel_protocol_limit_reached         = 0x0301,
  31.     ERROR_channel_already_in                     = 0x0302,
  32.     ERROR_channel_name_inuse                     = 0x0303,
  33.     ERROR_channel_not_empty                      = 0x0304,
  34.     ERROR_channel_can_not_delete_default         = 0x0305,
  35.     ERROR_channel_default_require_permanent      = 0x0306,
  36.     ERROR_channel_invalid_flags                  = 0x0307,
  37.     ERROR_channel_parent_not_permanent           = 0x0308,
  38.     ERROR_channel_maxclients_reached             = 0x0309,
  39.     ERROR_channel_maxfamily_reached              = 0x030a,
  40.     ERROR_channel_invalid_order                  = 0x030b,
  41.     ERROR_channel_no_filetransfer_supported      = 0x030c,
  42.     ERROR_channel_invalid_password               = 0x030d,
  43.  
  44.     --server
  45.     ERROR_server_invalid_id                      = 0x0400,
  46.     ERROR_server_running                         = 0x0401,
  47.     ERROR_server_is_shutting_down                = 0x0402,
  48.     ERROR_server_maxclients_reached              = 0x0403,
  49.     ERROR_server_invalid_password                = 0x0404,
  50.     ERROR_server_is_virtual                      = 0x0407,
  51.     ERROR_server_is_not_running                  = 0x0409,
  52.     ERROR_server_is_booting                      = 0x040a,
  53.     ERROR_server_status_invalid                  = 0x040b,
  54.  
  55.     --parameter
  56.     ERROR_parameter_quote                        = 0x0600,
  57.     ERROR_parameter_invalid_count                = 0x0601,
  58.     ERROR_parameter_invalid                      = 0x0602,
  59.     ERROR_parameter_not_found                    = 0x0603,
  60.     ERROR_parameter_convert                      = 0x0604,
  61.     ERROR_parameter_invalid_size                 = 0x0605,
  62.     ERROR_parameter_missing                      = 0x0606,
  63.  
  64.     --unsorted, need further investigation
  65.     ERROR_vs_critical                            = 0x0700,
  66.     ERROR_connection_lost                        = 0x0701,
  67.     ERROR_not_connected                          = 0x0702,
  68.     ERROR_no_cached_connection_info              = 0x0703,
  69.     ERROR_currently_not_possible                 = 0x0704,
  70.     ERROR_failed_connection_initialisation       = 0x0705,
  71.     ERROR_could_not_resolve_hostname             = 0x0706,
  72.     ERROR_invalid_server_connection_handler_id   = 0x0707,
  73.     ERROR_could_not_initialise_input_manager     = 0x0708,
  74.     ERROR_clientlibrary_not_initialised          = 0x0709,
  75.     ERROR_serverlibrary_not_initialised          = 0x070a,
  76.     ERROR_whisper_too_many_targets               = 0x070b,
  77.     ERROR_whisper_no_targets                     = 0x070c,
  78.  
  79.     --sound
  80.     ERROR_sound_preprocessor_disabled            = 0x0900,
  81.     ERROR_sound_internal_preprocessor            = 0x0901,
  82.     ERROR_sound_internal_encoder                 = 0x0902,
  83.     ERROR_sound_internal_playback                = 0x0903,
  84.     ERROR_sound_no_capture_device_available      = 0x0904,
  85.     ERROR_sound_no_playback_device_available     = 0x0905,
  86.     ERROR_sound_could_not_open_capture_device    = 0x0906,
  87.     ERROR_sound_could_not_open_playback_device   = 0x0907,
  88.     ERROR_sound_handler_has_device               = 0x0908,
  89.     ERROR_sound_invalid_capture_device           = 0x0909,
  90.     ERROR_sound_invalid_playback_device          = 0x090a,
  91.  
  92.     --accounting
  93.     ERROR_accounting_virtualserver_limit_reached = 0x0b00,
  94.     ERROR_accounting_slot_limit_reached          = 0x0b01,
  95.     ERROR_accounting_license_file_not_found      = 0x0b02,
  96.     ERROR_accounting_license_date_not_ok         = 0x0b03,
  97.     ERROR_accounting_unable_to_connect_to_server = 0x0b04,
  98.     ERROR_accounting_unknown_error               = 0x0b05,
  99.     ERROR_accounting_server_error                = 0x0b06,
  100.     ERROR_accounting_instance_limit_reached      = 0x0b07,
  101.     ERROR_accounting_instance_check_error        = 0x0b08,
  102.     ERROR_accounting_license_file_invalid        = 0x0b09,
  103.     ERROR_accounting_running_elsewhere           = 0x0b0a,
  104.     ERROR_accounting_instance_duplicated         = 0x0b0b,
  105.     ERROR_accounting_already_started             = 0x0b0c,
  106.     ERROR_accounting_not_started                 = 0x0b0d,
  107. }
  108.