2 ; Copyright 2018 Alsitair Leslie-Hughes
4 ; This library is free software; you can redistribute it and/or
5 ; modify it under the terms of the GNU Lesser General Public
6 ; License as published by the Free Software Foundation; either
7 ; version 2.1 of the License, or (at your option) any later version.
9 ; This library is distributed in the hope that it will be useful,
10 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 ; Lesser General Public License for more details.
14 ; You should have received a copy of the GNU Lesser General Public
15 ; License along with this library; if not, write to the Free Software
16 ; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 LanguageNames=(ENU=0x409:winerr)
22 SymbolicName=ERROR_INTERNET_TIMEOUT
24 The request has timed out.
27 SymbolicName=ERROR_INTERNET_INTERNAL_ERROR
29 An internal error has occurred.
32 SymbolicName=ERROR_INTERNET_INVALID_URL
37 SymbolicName=ERROR_INTERNET_UNRECOGNIZED_SCHEME
39 The URL scheme could not be recognized or is not supported.
42 SymbolicName=ERROR_INTERNET_NAME_NOT_RESOLVED
44 The server name could not be resolved.
47 SymbolicName=ERROR_INTERNET_INVALID_OPERATION
49 The requested operation is invalid.
52 SymbolicName=ERROR_INTERNET_OPERATION_CANCELLED
54 The operation was canceled, usually because the handle on which the request was operating was closed before the operation completed.
57 SymbolicName=ERROR_INTERNET_ITEM_NOT_FOUND
59 The requested item could not be located.
62 SymbolicName=ERROR_INTERNET_CANNOT_CONNECT
64 The attempt to connect to the server failed.
67 SymbolicName=ERROR_INTERNET_CONNECTION_ABORTED
69 The connection with the server has been terminated.
72 SymbolicName=ERROR_INTERNET_SEC_CERT_DATE_INVALID
74 SSL certificate date that was received from the server is bad. The certificate is expired.
77 SymbolicName=ERROR_INTERNET_SEC_CERT_CN_INVALID
79 SSL certificate common name (host name field) is incorrect.