~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to src/curlmsg.msg

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TITLE          CURLMSG Message files
 
2
.FACILITY       CURL,1793       /PREFIX=CURL_
 
3
.SEVERITY       ERROR
 
4
.BASE           1
 
5
UNSUPPROTO              <Unsupported Protocol>                          
 
6
FAILINIT                <Failed Initialisation>                         
 
7
BADURLSYN               <Malformed URL Syntax>                          
 
8
BADURLUSER              <Malformed URL User-part>                               
 
9
BADPROXY                <Couldn't resolve proxy>                        
 
10
BADHOST                 <Couldn't resolve host>                         
 
11
FAILHOST                <Couldn't connect to host>                      
 
12
FTPUNKREPLY             <FTP Unknown server reply>                      
 
13
FTPNOACC                <FTP Access denied>                             
 
14
FTPUSRPW                <FTP User/Password incorrect>                   
 
15
FTPBADPASS              <FTP unknown answer to PASS request>            
 
16
FTPBADUSER              <FTP unknown answer to USER request>            
 
17
FTPBADPASV              <FTP unknown answer to PASV request>            
 
18
FTPBAD227               <FTP unknown 227 reply>                         
 
19
FTPBADHOST227           <FTP cannot resolve host from 227 reply>        
 
20
FTPNORECONN             <FTP Unable to reconnect to 227 Host>           
 
21
FTPNOBIN                <FTP Cannot select BINARY mode>                 
 
22
PARTIALFILE             <Only a part of the file was transferred>       
 
23
FTPNORETR               <FTP Couldn't retrieve file>                    
 
24
FTPWRITERR              <FTP Server reported write problems>            
 
25
FTPNOQUOTE              <FTP Quote command error>                       
 
26
HTTPPNF                 <HTTP page not found>                           
 
27
WRITERR                 <Local write error>                             
 
28
BADUSER                 <Username badly specified>                      
 
29
FTPNOSTOR               <FTP STOR command failed>                       
 
30
READERR                 <Local Read error>                              
 
31
OUTOFMEM                <Out of memory>                                 
 
32
TIMEOUT                 <Operation Timed out>                           
 
33
FTPNOASCII              <FTP Cannot select ASCII mode>                  
 
34
FTPNOPORT               <FTP PORT command failed>                       
 
35
FTPNOREST               <FTP REST command failed>                       
 
36
FTPNOSIZE               <FTP SIZE command failed>                       
 
37
HTTPRNGERR              <HTTP Range error>                              
 
38
HTTPPOSTERR             <HTTP Post error>                               
 
39
SSLNOCONN               <SSL Handshaking failed>                        
 
40
FTPBADRESUME            <FTP Download resume failed>                    
 
41
FILENOACC               <FILE couldn't open faile>                      
 
42
LDAPNOBIND              <LDAP Bind failed>                              
 
43
LDAPNOSRCH              <LDAP Search Failed>                            
 
44
LDAPNOLIB               <LDAP Library not found>                        
 
45
LDAPNOFUNC              <LDAP Function not found>                       
 
46
ABORTCB                 <Callback aborted operation>                    
 
47
BADPARAM                <Internal Error, Bad parameter to function>     
 
48
BADORDER                <Internal Error, Bad function calling order>    
 
49
BADPWD                  <Bad password entered>                          
 
50
MNYREDIR                <Too many redirects>                            
 
51
UNKTELNET               <Unknown TELNET option specified>
 
52
UNKMSG                  <Unknown message (50)>
 
53
BADSSLCERT              <Remote peer's SSL certificate wasn't OK>
 
54
SRVNOERR                <The Server didn't reply anything, which here is considered an error>
 
55
MAXMSG                  <This is the LAST KNOWN MESSAGE, appearantly more have been added>
 
56
.END