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.

126 lines
3.3 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 SymbolicName=INET_E_INVALID_URL
  29. Language=English
  30. The URL is invalid.
  31. .
  32. MessageId=0x3 Facility=Internet Severity=CoError SymbolicName=INET_E_NO_SESSION
  33. Language=English
  34. No Internet session has been established.
  35. .
  36. MessageId=0x4 Facility=Internet Severity=CoError SymbolicName=INET_E_CANNOT_CONNECT
  37. Language=English
  38. Unable to connect to the target server.
  39. .
  40. MessageId=0x5 Facility=Internet Severity=CoError SymbolicName=INET_E_RESOURCE_NOT_FOUND
  41. Language=English
  42. The system cannot locate the resource specified.
  43. .
  44. MessageId=0x6 Facility=Internet Severity=CoError SymbolicName=INET_E_OBJECT_NOT_FOUND
  45. Language=English
  46. The system cannot locate the object specified.
  47. .
  48. MessageId=0x7 Facility=Internet Severity=CoError SymbolicName=INET_E_DATA_NOT_AVAILABLE
  49. Language=English
  50. No data is available for the requested resource.
  51. .
  52. MessageId=0x8 Facility=Internet Severity=CoError SymbolicName=INET_E_DOWNLOAD_FAILURE
  53. Language=English
  54. The download of the specified resource has failed.
  55. .
  56. MessageId=0x9 Facility=Internet Severity=CoError SymbolicName=INET_E_AUTHENTICATION_REQUIRED
  57. Language=English
  58. Authentication is required to access this resource.
  59. .
  60. MessageId=0xA Facility=Internet Severity=CoError SymbolicName=INET_E_NO_VALID_MEDIA
  61. Language=English
  62. The server could not recognize the provided mime type.
  63. .
  64. MessageId=0xB Facility=Internet Severity=CoError SymbolicName=INET_E_CONNECTION_TIMEOUT
  65. Language=English
  66. The operation was timed out.
  67. .
  68. MessageId=0xC Facility=Internet Severity=CoError SymbolicName=INET_E_INVALID_REQUEST
  69. Language=English
  70. The server did not understand the request, or the request was invalid.
  71. .
  72. MessageId=0xD Facility=Internet Severity=CoError SymbolicName=INET_E_UNKNOWN_PROTOCOL
  73. Language=English
  74. The specified protocol is unknown.
  75. .
  76. MessageId=0xE Facility=Internet Severity=CoError SymbolicName=INET_E_SECURITY_PROBLEM
  77. Language=English
  78. A security problem occurred.
  79. .
  80. MessageId=0xF Facility=Internet Severity=CoError SymbolicName=INET_E_CANNOT_LOAD_DATA
  81. Language=English
  82. The system could not load the persisted data.
  83. .
  84. MessageId=0x10 Facility=Internet Severity=CoError SymbolicName=INET_E_CANNOT_INSTANTIATE_OBJECT
  85. Language=English
  86. Unable to instantiate the object.
  87. .
  88. MessageId=0x14 Facility=Internet Severity=CoError SymbolicName=INET_E_REDIRECT_FAILED
  89. Language=English
  90. A redirection problem occured.
  91. .