| CURLE_OK | |
| CURLE_UNSUPPORTED_PROTOCOL | |
| CURLE_FAILED_INIT | |
| CURLE_URL_MALFORMAT | |
| CURLE_NOT_BUILT_IN | |
| CURLE_COULDNT_RESOLVE_PROXY | |
| CURLE_COULDNT_RESOLVE_HOST | |
| CURLE_COULDNT_CONNECT | |
| CURLE_FTP_WEIRD_SERVER_REPLY | |
| CURLE_REMOTE_ACCESS_DENIED | : A service was denied by the server due to lack of access - when login fails this is not returned. |
| CURLE_FTP_ACCEPT_FAILED | |
| CURLE_FTP_WEIRD_PASS_REPLY | |
| CURLE_FTP_ACCEPT_TIMEOUT | : Timeout occurred accepting server |
| CURLE_FTP_WEIRD_PASV_REPLY | |
| CURLE_FTP_WEIRD_227_FORMAT | |
| CURLE_FTP_CANT_GET_HOST | |
| CURLE_FTP_COULDNT_SET_TYPE | |
| CURLE_PARTIAL_FILE | |
| CURLE_FTP_COULDNT_RETR_FILE | |
| CURLE_QUOTE_ERROR | : Quote command failure |
| CURLE_HTTP_RETURNED_ERROR | |
| CURLE_WRITE_ERROR | |
| CURLE_UPLOAD_FAILED | : Failed upload "command" |
| CURLE_READ_ERROR | : Couldn't open/read from file |
| CURLE_OUT_OF_MEMORY | |
| CURLE_OPERATION_TIMEDOUT | : The timeout time was reached |
| CURLE_FTP_PORT_FAILED | : FTP PORT operation failed |
| CURLE_FTP_COULDNT_USE_REST | : The REST command failed |
| CURLE_RANGE_ERROR | RANGE : Command" didn't work |
| CURLE_HTTP_POST_ERROR | |
| CURLE_SSL_CONNECT_ERROR | : Wrong when connecting with SSL |
| CURLE_BAD_DOWNLOAD_RESUME | : Couldn't resume download |
| CURLE_FILE_COULDNT_READ_FILE | |
| CURLE_LDAP_CANNOT_BIND | |
| CURLE_LDAP_SEARCH_FAILED | |
| CURLE_FUNCTION_NOT_FOUND | |
| CURLE_ABORTED_BY_CALLBACK | |
| CURLE_BAD_FUNCTION_ARGUMENT | |
| CURLE_INTERFACE_FAILED | |
| CURLE_TOO_MANY_REDIRECTS | : Catch endless re-direct loops |
| CURLE_UNKNOWN_OPTION | : User specified an unknown option |
| CURLE_TELNET_OPTION_SYNTAX | : Malformed telnet option |
| CURLE_PEER_FAILED_VERIFICATION | : Peer's certificate or finger print wasn't verified fine |
| CURLE_GOT_NOTHING | : When this is a specific error |
| CURLE_SSL_ENGINE_NOTFOUND | : SSL crypto engine not found |
| CURLE_SSL_ENGINE_SETFAILED | : Can not set SSL crypto engine as default |
| CURLE_SEND_ERROR | : Failed sending network data |
| CURLE_RECV_ERROR | : Failure in receiving network data |
| CURLE_SSL_CERTPROBLEM | : Problem with the local certificate |
| CURLE_SSL_CIPHER | : Couldn't use specified cipher |
| CURLE_SSL_CACERT | : Problem with the CA cert |
| CURLE_BAD_CONTENT_ENCODING | : Unrecognized/bad encoding |
| CURLE_LDAP_INVALID_URL | : Invalid LDAP URL |
| CURLE_FILESIZE_EXCEEDED | : Maximum file size exceeded |
| CURLE_USE_SSL_FAILED | : Requested FTP SSL level failed |
| CURLE_SEND_FAIL_REWIND | : Sending the data requires a rewind that failed |
| CURLE_SSL_ENGINE_INITFAILED | : Failed to initialize ENGINE |
| CURLE_LOGIN_DENIED | : User, password or similar was not accepted and we failed to login |
| CURLE_TFTP_NOTFOUND | : File not found on server |
| CURLE_TFTP_PERM | : Permission problem on server |
| CURLE_REMOTE_DISK_FULL | : Out of disk space on server |
| CURLE_TFTP_ILLEGAL | : Illegal TFTP operation |
| CURLE_TFTP_UNKNOWNID | : Unknown transfer ID |
| CURLE_REMOTE_FILE_EXISTS | : File already exists |
| CURLE_TFTP_NOSUCHUSER | : No such user |
| CURLE_CONV_FAILED | : Conversion failed |
| CURLE_CONV_REQD | : Caller must register conversion callbacks using curl_easy_setopt options. |
| CURLE_SSL_CACERT_BADFILE | : Could not load CACERT file, missing or wrong format |
| CURLE_REMOTE_FILE_NOT_FOUND | : Remote file not found |
| CURLE_SSH | : Error from the SSH layer, somewhat generic so the error message will be of interest when this has happened |
| CURLE_SSL_SHUTDOWN_FAILED | : Failed to shut down the SSL connection |
| CURLE_AGAIN | : Socket is not ready for send/recv wait till it's ready and try again |
| CURLE_SSL_CRL_BADFILE | : Could not load CRL file, missing or wrong format |
| CURLE_SSL_ISSUER_ERROR | : Issuer check failed |
| CURLE_FTP_PRET_FAILED | : A PRET command failed |
| CURLE_RTSP_CSEQ_ERROR | : Mismatch of RTSP CSeq numbers |
| CURLE_RTSP_SESSION_ERROR | : Mismatch of RTSP Session Ids |
| CURLE_FTP_BAD_FILE_LIST | : Unable to parse FTP file list |
| CURLE_CHUNK_FAILED | : Chunk callback reported error |
| CURL_LAST | |