saerrs.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:6k
源码类别:

Symbian

开发平台:

C/C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: RCSL 1.0/RPSL 1.0
  3.  *
  4.  * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
  5.  *
  6.  * The contents of this file, and the files included with this file, are
  7.  * subject to the current version of the RealNetworks Public Source License
  8.  * Version 1.0 (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the RealNetworks Community Source License Version 1.0
  11.  * (the "RCSL") available at http://www.helixcommunity.org/content/rcsl,
  12.  * in which case the RCSL will apply. You may also obtain the license terms
  13.  * directly from RealNetworks.  You may not use this file except in
  14.  * compliance with the RPSL or, if you have a valid RCSL with RealNetworks
  15.  * applicable to this file, the RCSL.  Please see the applicable RPSL or
  16.  * RCSL for the rights, obligations and limitations governing use of the
  17.  * contents of the file.
  18.  *
  19.  * This file is part of the Helix DNA Technology. RealNetworks is the
  20.  * developer of the Original Code and owns the copyrights in the portions
  21.  * it created.
  22.  *
  23.  * This file, and the files included with this file, is distributed and made
  24.  * available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  25.  * EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  26.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
  27.  * FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
  28.  *
  29.  * Technology Compatibility Kit Test Suite(s) Location:
  30.  *    http://www.helixcommunity.org/content/tck
  31.  *
  32.  * Contributor(s):
  33.  *
  34.  * ***** END LICENSE BLOCK ***** */
  35. #ifndef _SAERRS_H_
  36. #define _SAERRS_H_
  37. #include "resid.h"
  38. #define IDS_SE_NO_ERROR                     HX_SA_RES_INIT_ID + 0  // No Error!
  39. #define IDS_SE_INVALID_VERSION              HX_SA_RES_INIT_ID + 1  // PNA Specific Error
  40. #define IDS_SE_INVALID_FORMAT               HX_SA_RES_INIT_ID + 2   // Reported as `Request Failed'
  41. #define IDS_SE_INVALID_BANDWIDTH            HX_SA_RES_INIT_ID + 3    // PNA Specific Error
  42. #define IDS_SE_INVALID_PATH                 HX_SA_RES_INIT_ID + 4    // Reported as `Request Failed'
  43. #define IDS_SE_UNKNOWN_PATH                 HX_SA_RES_INIT_ID + 5   // Reported as `Request Failed'
  44. #define IDS_SE_INVALID_PROTOCOL             HX_SA_RES_INIT_ID + 6    // Reported as `Request Failed'
  45. #define IDS_SE_INVALID_PLAYER_ADDR          HX_SA_RES_INIT_ID + 7    // Reported as `Request Failed'
  46. #define IDS_SE_LOCAL_STREAMS_PROHIBITED     HX_SA_RES_INIT_ID + 8    // XXXSMP Not Implemented Yet!
  47. #define IDS_SE_SERVER_FULL                  HX_SA_RES_INIT_ID + 9    // Maximum Capacity Reached
  48. #define IDS_SE_REMOTE_STREAMS_PROHIBITED    HX_SA_RES_INIT_ID + 10    // XXXSMP Not Implemented Yet!
  49. #define IDS_SE_EVENT_STREAMS_PROHIBITED     HX_SA_RES_INIT_ID + 12 // XXXSMP Not Implemented Yet!
  50. #define IDS_SE_INVALID_HOST                 HX_SA_RES_INIT_ID + 13    // XXXSMP Not Implemented Yet!
  51. #define IDS_SE_NO_CODEC                     HX_SA_RES_INIT_ID + 14                   // PNA Specific Error
  52. #define IDS_SE_LIVEFILE_INVALID_BWN         HX_SA_RES_INIT_ID + 15     // XXXSMP Should be Deprecated
  53. #define IDS_SE_UNABLE_TO_FULFILL            HX_SA_RES_INIT_ID + 16          // XXXSMP Should be Deprecated
  54. #define IDS_SE_MULTICAST_DELIVERY_ONLY      HX_SA_RES_INIT_ID + 17      // XXXSMP Not Implemented Yet!
  55. #define IDS_SE_LICENSE_EXCEEDED             HX_SA_RES_INIT_ID + 18           // XXXSMP Not Implemented Yet!
  56. #define IDS_SE_LICENSE_UNAVAILABLE          HX_SA_RES_INIT_ID + 19       // XXXSMP Not Implemented Yet!
  57. #define IDS_SE_INVALID_LOSS_CORRECTION      HX_SA_RES_INIT_ID + 20   // PNA Specific Error
  58. #define IDS_SE_PROTOCOL_FAILURE             HX_SA_RES_INIT_ID + 21             // Reported as update player
  59. #define IDS_SE_REALVIDEO_STREAMS_PROHIBITED HX_SA_RES_INIT_ID + 22
  60. #define IDS_SE_REALAUDIO_STREAMS_PROHIBITED HX_SA_RES_INIT_ID + 23
  61. #define IDS_SE_DATATYPE_UNSUPPORTED         HX_SA_RES_INIT_ID + 24
  62. #define IDS_SE_DATATYPE_UNLICENSED          HX_SA_RES_INIT_ID + 25
  63. #define IDS_SE_RESTRICTED_PLAYER            HX_SA_RES_INIT_ID + 26
  64. #define IDS_SE_STREAM_INITIALIZING          HX_SA_RES_INIT_ID + 27
  65. #define IDS_SE_INVALID_PLAYER               HX_SA_RES_INIT_ID + 28               // Not RealNetworks Player
  66. #define IDS_SE_PLAYER_PLUS_ONLY             HX_SA_RES_INIT_ID + 29            // Player Plus only content
  67. #define IDS_SE_NO_EMBEDDED_PLAYERS          HX_SA_RES_INIT_ID + 30          // Embedded players prohibited
  68. #define IDS_SE_PNA_PROHIBITED               HX_SA_RES_INIT_ID + 31               // PNA unsupported
  69. #define IDS_SE_AUTHENTICATION_UNSUPPORTED   HX_SA_RES_INIT_ID + 32
  70. #define IDS_SE_MAX_FAILED_AUTHENTICATIONS   HX_SA_RES_INIT_ID + 33
  71. #define IDS_SE_AUTH_ACCESS_DENIED           HX_SA_RES_INIT_ID + 34
  72. #define IDS_SE_AUTH_UUID_READ_ONLY          HX_SA_RES_INIT_ID + 35
  73. #define IDS_SE_AUTH_UUID_NOT_UNIQUE         HX_SA_RES_INIT_ID + 36
  74. #define IDS_SE_AUTH_NO_SUCH_USER            HX_SA_RES_INIT_ID + 37
  75. #define IDS_SE_AUTH_REGISTRATION_SUCCEEDED  HX_SA_RES_INIT_ID + 38
  76. #define IDS_SE_AUTH_REGISTRATION_FAILED     HX_SA_RES_INIT_ID + 39
  77. #define IDS_SE_AUTH_REGISTRATION_GUID_REQUIRED HX_SA_RES_INIT_ID + 40
  78. #define IDS_SE_AUTH_UNREGISTERED_PLAYER     HX_SA_RES_INIT_ID + 41
  79. #define IDS_SE_AUTH_TIME_EXPIRED            HX_SA_RES_INIT_ID + 42
  80. #define IDS_SE_AUTH_NO_TIME_LEFT            HX_SA_RES_INIT_ID + 43
  81. #define IDS_SE_AUTH_ACCOUNT_LOCKED          HX_SA_RES_INIT_ID + 44
  82. #define IDS_SE_AUTH_INVALID_SERVER_CFG      HX_SA_RES_INIT_ID + 45
  83. #define IDS_SE_NO_MOBILE_DOWNLOAD           HX_SA_RES_INIT_ID + 46
  84. #define IDS_SE_NO_MORE_MULTI_ADDR           HX_SA_RES_INIT_ID + 47
  85. #define IDS_PE_PROXY_MAX_CONNECTIONS        HX_SA_RES_INIT_ID + 48
  86. #define IDS_PE_PROXY_MAX_GW_BANDWIDTH       HX_SA_RES_INIT_ID + 49
  87. #define IDS_PE_PROXY_MAX_BANDWIDTH          HX_SA_RES_INIT_ID + 50
  88. #define IDS_SE_BAD_LOADTEST_PASSWORD        HX_SA_RES_INIT_ID + 51
  89. #define IDS_SE_PNA_NOT_SUPPORTED            HX_SA_RES_INIT_ID + 52
  90. #define IDS_PE_PROXY_ORIGIN_DISCONNECTED    HX_SA_RES_INIT_ID + 53
  91. #define IDS_SE_INTERNAL_ERROR               HX_SA_RES_INIT_ID + 200
  92. #endif