Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
3.4 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1995-1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; urlmon.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Contains internationalizable message text for URLMON DLL error codes
  12. ;
  13. ;--*/
  14. ; AS: Why are the severity names nonstandard (as per winerror.h?)
  15. ; Take out to use default.
  16. SeverityNames=(
  17. CoError=0x2
  18. )
  19. FacilityNames=(Internet=0xc:FACILITY_INTERNET
  20. CodeDownload=0xb:FACILITY_CODE_DOWNLOAD
  21. )
  22. ;//
  23. ;//
  24. ;// WinINet and protocol specific errors are mapped to one of the following
  25. ;// error which are returned in IBSC::OnStopBinding
  26. ;//
  27. ;//
  28. MessageId=0x2 Facility=Internet Severity=CoError
  29. SymbolicName=INET_E_INVALID_URL
  30. Language=English
  31. The URL is invalid.
  32. .
  33. MessageId=0x3 Facility=Internet Severity=CoError
  34. SymbolicName=INET_E_NO_SESSION
  35. Language=English
  36. No Internet session has been established.
  37. .
  38. MessageId=0x4 Facility=Internet Severity=CoError
  39. SymbolicName=INET_E_CANNOT_CONNECT
  40. Language=English
  41. Unable to connect to the target server.
  42. .
  43. MessageId=0x5 Facility=Internet Severity=CoError
  44. SymbolicName=INET_E_RESOURCE_NOT_FOUND
  45. Language=English
  46. The system cannot locate the resource specified.
  47. .
  48. MessageId=0x6 Facility=Internet Severity=CoError
  49. SymbolicName=INET_E_OBJECT_NOT_FOUND
  50. Language=English
  51. The system cannot locate the object specified.
  52. .
  53. MessageId=0x7 Facility=Internet Severity=CoError
  54. SymbolicName=INET_E_DATA_NOT_AVAILABLE
  55. Language=English
  56. No data is available for the requested resource.
  57. .
  58. MessageId=0x8 Facility=Internet Severity=CoError
  59. SymbolicName=INET_E_DOWNLOAD_FAILURE
  60. Language=English
  61. The download of the specified resource has failed.
  62. .
  63. MessageId=0x9 Facility=Internet Severity=CoError
  64. SymbolicName=INET_E_AUTHENTICATION_REQUIRED
  65. Language=English
  66. Authentication is required to access this resource.
  67. .
  68. MessageId=0xA Facility=Internet Severity=CoError
  69. SymbolicName=INET_E_NO_VALID_MEDIA
  70. Language=English
  71. The server could not recognize the provided mime type.
  72. .
  73. MessageId=0xB Facility=Internet Severity=CoError
  74. SymbolicName=INET_E_CONNECTION_TIMEOUT
  75. Language=English
  76. The operation was timed out.
  77. .
  78. MessageId=0xC Facility=Internet Severity=CoError
  79. SymbolicName=INET_E_INVALID_REQUEST
  80. Language=English
  81. The server did not understand the request, or the request was invalid.
  82. .
  83. MessageId=0xD Facility=Internet Severity=CoError
  84. SymbolicName=INET_E_UNKNOWN_PROTOCOL
  85. Language=English
  86. The specified protocol is unknown.
  87. .
  88. MessageId=0xE Facility=Internet Severity=CoError
  89. SymbolicName=INET_E_SECURITY_PROBLEM
  90. Language=English
  91. A security problem occurred.
  92. .
  93. MessageId=0xF Facility=Internet Severity=CoError
  94. SymbolicName=INET_E_CANNOT_LOAD_DATA
  95. Language=English
  96. The system could not load the persisted data.
  97. .
  98. MessageId=0x10 Facility=Internet Severity=CoError
  99. SymbolicName=INET_E_CANNOT_INSTANTIATE_OBJECT
  100. Language=English
  101. Unable to instantiate the object.
  102. .
  103. MessageId=0x14 Facility=Internet Severity=CoError
  104. SymbolicName=INET_E_REDIRECT_FAILED
  105. Language=English
  106. A redirection problem occured.
  107. .