Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Module libcURL.Errors

Contains curl error number constants.

Constants

       Protected Const ABORTED_BY_CALLBACK = 42
       Protected Const AGAIN = 81
       Protected Const BAD_CONTENT_ENCODING = 61
       Protected Const BAD_DOWNLOAD_RESUME = 36
       Protected Const BAD_FUNCTION_ARGUMENT = 43
       Protected Const CHUNK_FAILED = 88
       Protected Const CONV_FAILED = 75
       Protected Const CONV_REQUIRED = 76
       Protected Const COULDNT_CONNECT = 7
       Protected Const COULDNT_RESOLVE_HOST = 6
       Protected Const COULDNT_RESOLVE_PROXY = 5
       Protected Const EVERYTHINGS_PEACHY = 0
       Protected Const FAILED_INIT = 2
       Protected Const FEATURE_NOT_AVAILABLE = 4
       Protected Const FILESIZE_EXCEEDED = 63
       Protected Const FILE_COULDNT_READ_FILE = 37
       Protected Const FTP_BAD_FILE_LIST = 87
       Protected Const FTP_CANT_GET_HOST = 15
       Protected Const FTP_COULDNT_RETR_FILE = 19
       Protected Const FTP_COULDNT_USE_REST = 31
       Protected Const FTP_COULDN_SET_TYPE = 17
       Protected Const FTP_PORT_FAILED = 30
       Protected Const FTP_PRET_FAILED = 84
       Protected Const FTP_WEIRD_227_FORMAT = 14
       Protected Const FTP_WEIRD_PASS_REPLY = 11
       Protected Const FTP_WEIRD_PASV_REPLY = 13
       Protected Const FTP_WEIRD_SERVER_REPLY = 8
       Protected Const FUNCTION_NOT_FOUND = 41
       Protected Const GOT_NOTHING = 52
       Protected Const HTTP_POST = 34
       Protected Const HTTP_RETURNED_ERROR = 22
       Protected Const INIT_FAILED = -3
       Protected Const INTERFACE_FAILED = 45
       Protected Const LDAP_CANNOT_BIND = 38
       Protected Const LDAP_INVALID_URL = 62
       Protected Const LDAP_SEARCH_FAILED = 39
       Protected Const LOGIN_DENIED = 67
       Protected Const MALFORMED = 3
       Protected Const NO_TARGET = -2
       Protected Const OUT_OF_MEMORY = 27
       Protected Const PARTIAL_FILE = 18
       Protected Const PEER_FAILED_VERIFICATION = 51
       Protected Const QUOTE = 21
       Protected Const RANGE = 33
       Protected Const READ = 26
       Protected Const RECV = 56
       Protected Const REMOTE_ACCESS_DENIED = 9
       Protected Const REMOTE_DISK_FULL = 70
       Protected Const REMOTE_FILE_EXISTS = 73
       Protected Const REMOTE_FILE_NOT_FOUND = 78
       Protected Const RTSP_CSEQ_ERROR = 85
       Protected Const RTSP_SESSION = 86
       Protected Const SEND = 55
       Protected Const SEND_FAIL_REWIND = 65
       Protected Const SSH = 79
       Protected Const SSL_CACERT_BAD_FILE = 77
       Protected Const SSL_CA_CERT = 60
       Protected Const SSL_CERT_PROBLEM = 58
       Protected Const SSL_CIPHER = 59
       Protected Const SSL_CONNECT = 35
       Protected Const SSL_CRL_BAD_FILE = 82
       Protected Const SSL_ENGINE_INIT_FAILED = 66
       Protected Const SSL_ENGINE_NOT_FOUND = 53
       Protected Const SSL_ENGINE_SET_FAILED = 54
       Protected Const SSL_ISSUER_ERROR = 83
       Protected Const SSL_SHUTDOWN_FAILED = 80
       Protected Const TELNET_OPTION_SYNTAX = 49
       Protected Const TFTP_ILLEGAL = 71
       Protected Const TFTP_NOT_FOUND = 68
       Protected Const TFTP_NO_SUCH_USER = 74
       Protected Const TFTP_PERM = 69
       Protected Const TFTP_UNKNOWN_ID = 72
       Protected Const TIMEOUT = 28
       Protected Const TOO_MANY_REDIRECTS = 47
       Protected Const UNKNOWN_OPTION = 48
       Protected Const UNSUPPORTED_PROTOCOL = 1
       Protected Const UPLOAD_FAILED = 25
       Protected Const USE_SSL_FAILED = 64
       Protected Const WRITE = 23
Clone this wiki locally