mirror of
https://github.com/php/doc-de.git
synced 2026-03-23 23:02:13 +01:00
870 lines
22 KiB
XML
870 lines
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: fab7349d08516e730f5c7a82f35cc64c1e797e1a Maintainer: samesch Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<variablelist xml:id="constant.curl-error.constants" role="constant_list">
|
|
<title>cURL error constants</title>
|
|
<varlistentry xml:id="constant.curle-aborted-by-callback">
|
|
<term>
|
|
<constant>CURLE_ABORTED_BY_CALLBACK</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Abbruch durch Callback. Ein Callback hat "abort" an libcurl zurückgegeben.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-bad-calling-order">
|
|
<term>
|
|
<constant>CURLE_BAD_CALLING_ORDER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-bad-content-encoding">
|
|
<term>
|
|
<constant>CURLE_BAD_CONTENT_ENCODING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Nicht erkannte Kodierung der Übertragung.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-bad-download-resume">
|
|
<term>
|
|
<constant>CURLE_BAD_DOWNLOAD_RESUME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Download konnte nicht fortgesetzt werden, weil der angegebene Offset
|
|
außerhalb der Dateigrenze lag.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-bad-function-argument">
|
|
<term>
|
|
<constant>CURLE_BAD_FUNCTION_ARGUMENT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Eine Funktion wurde mit einem fehlerhaften Parameter aufgerufen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-bad-password-entered">
|
|
<term>
|
|
<constant>CURLE_BAD_PASSWORD_ENTERED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-couldnt-connect">
|
|
<term>
|
|
<constant>CURLE_COULDNT_CONNECT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Es konnte keine Verbindung zum Host oder Proxy aufgebaut werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-couldnt-resolve-host">
|
|
<term>
|
|
<constant>CURLE_COULDNT_RESOLVE_HOST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Host konnte nicht aufgelöst werden. Der angegebene Remote-Host konnte
|
|
nicht aufgelöst werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-couldnt-resolve-proxy">
|
|
<term>
|
|
<constant>CURLE_COULDNT_RESOLVE_PROXY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Proxy konnte nicht aufgelöst werden. Der angegebene Proxy-Host konnte
|
|
nicht aufgelöst werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-failed-init">
|
|
<term>
|
|
<constant>CURLE_FAILED_INIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Ein frühzeitiger Fehler bei der Initialisierung. Dies ist wahrscheinlich
|
|
auf interne Fehler oder Probleme zurückzuführen oder auf ein
|
|
Ressourcenproblem, wodurch etwas Grundlegendes während der Initialisierung
|
|
nicht erledigt werden konnte.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-filesize-exceeded">
|
|
<term>
|
|
<constant>CURLE_FILESIZE_EXCEEDED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die maximale Dateigröße wurde überschritten.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-file-couldnt-read-file">
|
|
<term>
|
|
<constant>CURLE_FILE_COULDNT_READ_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Eine mit FILE:// angegebene Datei konnte nicht geöffnet werden. Dies liegt
|
|
wahrscheinlich daran, dass die im Pfad angegebene Datei nicht existiert
|
|
oder dass die entsprechenden Berechtigungen für die Datei fehlen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-access-denied">
|
|
<term>
|
|
<constant>CURLE_FTP_ACCESS_DENIED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-bad-download-resume">
|
|
<term>
|
|
<constant>CURLE_FTP_BAD_DOWNLOAD_RESUME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-cant-get-host">
|
|
<term>
|
|
<constant>CURLE_FTP_CANT_GET_HOST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Ein interner Fehler bei der Suche nach dem Host, der für die neue
|
|
Verbindung verwendet werden soll.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-cant-reconnect">
|
|
<term>
|
|
<constant>CURLE_FTP_CANT_RECONNECT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-get-size">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_GET_SIZE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-retr-file">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_RETR_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Dies war entweder eine unerwartete Antwort auf einen 'RETR'-Befehl oder
|
|
eine Null-Byte-Übertragung wurde abgeschlossen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-set-ascii">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_SET_ASCII</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-set-binary">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_SET_BINARY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-stor-file">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_STOR_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-couldnt-use-rest">
|
|
<term>
|
|
<constant>CURLE_FTP_COULDNT_USE_REST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der FTP-Befehl REST gab einen Fehler zurück. Dies sollte nie passieren,
|
|
wenn der Server in Ordnung ist.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-partial-file">
|
|
<term>
|
|
<constant>CURLE_FTP_PARTIAL_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-port-failed">
|
|
<term>
|
|
<constant>CURLE_FTP_PORT_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der FTP-Befehl PORT gab einen Fehler zurück. Dies passiert normalerweise,
|
|
wenn die angegebene Adresse für libcurl nicht ausreichend ist.
|
|
Siehe <constant>CURLOPT_FTPPORT</constant>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-quote-error">
|
|
<term>
|
|
<constant>CURLE_FTP_QUOTE_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-ssl-failed">
|
|
<term>
|
|
<constant>CURLE_FTP_SSL_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-user-password-incorrect">
|
|
<term>
|
|
<constant>CURLE_FTP_USER_PASSWORD_INCORRECT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-weird-227-format">
|
|
<term>
|
|
<constant>CURLE_FTP_WEIRD_227_FORMAT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
FTP-Server geben als Antwort auf einen PASV-Befehl die Zeile 227 zurück.
|
|
Wenn libcurl diese Zeile beim Parsen nicht findet, wird dieser
|
|
Rückgabewert zurückgegeben.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-weird-pass-reply">
|
|
<term>
|
|
<constant>CURLE_FTP_WEIRD_PASS_REPLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Nachdem das FTP-Passwort an den Server gesendet wurde, erwartet libcurl
|
|
eine korrekte Antwort. Dieser Fehlercode zeigt an, dass ein unerwarteter
|
|
Code zurückgegeben wurde.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-weird-pasv-reply">
|
|
<term>
|
|
<constant>CURLE_FTP_WEIRD_PASV_REPLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
libcurl hat als Antwort auf einen PASV- oder EPSV-Befehl kein vernünftiges
|
|
Ergebnis vom Server erhalten. Der Server ist fehlerhaft.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-weird-server-reply">
|
|
<term>
|
|
<constant>CURLE_FTP_WEIRD_SERVER_REPLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Server hat Daten gesendet, die libcurl nicht auswerten konnte. Dieser
|
|
Fehlercode ist seit cURL 7.51.0 als
|
|
<constant>CURLE_WEIRD_SERVER_REPLY</constant> bekannt.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-weird-user-reply">
|
|
<term>
|
|
<constant>CURLE_FTP_WEIRD_USER_REPLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ftp-write-error">
|
|
<term>
|
|
<constant>CURLE_FTP_WRITE_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-function-not-found">
|
|
<term>
|
|
<constant>CURLE_FUNCTION_NOT_FOUND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Funktion nicht gefunden. Eine benötigte zlib-Funktion wurde nicht gefunden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-got-nothing">
|
|
<term>
|
|
<constant>CURLE_GOT_NOTHING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Es wurde nichts vom Server zurückgegeben, und unter den gegebenen
|
|
Umständen wird das Ausbleiben einer Antwort als Fehler angesehen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-http-not-found">
|
|
<term>
|
|
<constant>CURLE_HTTP_NOT_FOUND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-http-port-failed">
|
|
<term>
|
|
<constant>CURLE_HTTP_PORT_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-http-post-error">
|
|
<term>
|
|
<constant>CURLE_HTTP_POST_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Dies ist ein ungewöhnlicher Fehler, der hauptsächlich aufgrund einer
|
|
internen Verwechslung auftritt.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-http-range-error">
|
|
<term>
|
|
<constant>CURLE_HTTP_RANGE_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-http-returned-error">
|
|
<term>
|
|
<constant>CURLE_HTTP_RETURNED_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Dies wird zurückgegeben, wenn <constant>CURLOPT_FAILONERROR</constant> auf
|
|
&true; gesetzt ist und der HTTP-Server einen Fehlercode größer oder gleich
|
|
400 zurückgibt.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ldap-cannot-bind">
|
|
<term>
|
|
<constant>CURLE_LDAP_CANNOT_BIND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
LDAP kann keine Bindung herstellen. Der LDAP-Bindungsvorgang ist
|
|
fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ldap-invalid-url">
|
|
<term>
|
|
<constant>CURLE_LDAP_INVALID_URL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ldap-search-failed">
|
|
<term>
|
|
<constant>CURLE_LDAP_SEARCH_FAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die LDAP-Suche ist fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-library-not-found">
|
|
<term>
|
|
<constant>CURLE_LIBRARY_NOT_FOUND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-malformat-user">
|
|
<term>
|
|
<constant>CURLE_MALFORMAT_USER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-obsolete">
|
|
<term>
|
|
<constant>CURLE_OBSOLETE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ok">
|
|
<term>
|
|
<constant>CURLE_OK</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Es ist alles in Ordnung. Wie gewohnt fortfahren.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-operation-timedout">
|
|
<term>
|
|
<constant>CURLE_OPERATION_TIMEDOUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Zeitüberschreitung des Vorgangs.
|
|
Die angegebene Timeout-Zeit wurde entsprechend den Bedingungen erreicht.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-operation-timeouted">
|
|
<term>
|
|
<constant>CURLE_OPERATION_TIMEOUTED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-out-of-memory">
|
|
<term>
|
|
<constant>CURLE_OUT_OF_MEMORY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die Anforderung einer Speicherzuweisung ist fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-partial-file">
|
|
<term>
|
|
<constant>CURLE_PARTIAL_FILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Eine Dateiübertragung war kleiner oder größer als erwartet.
|
|
Dies geschieht, wenn der Server zunächst eine zu erwartende Größe der
|
|
Übertragung meldet und dann Daten liefert, die nicht der zuvor angegebenen
|
|
Größe entsprechen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-proxy">
|
|
<term>
|
|
<constant>CURLE_PROXY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Fehler beim Proxy-Handshake.
|
|
<constant>CURLINFO_PROXY_ERROR</constant> liefert weitere Details zum
|
|
spezifischen Problem.
|
|
Verfügbar seit PHP 8.2.0 und cURL 7.73.0
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-read-error">
|
|
<term>
|
|
<constant>CURLE_READ_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Beim Lesen einer lokalen Datei ist ein Problem aufgetreten oder der
|
|
Lese-Callback hat einen Fehler zurückgegeben.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-recv-error">
|
|
<term>
|
|
<constant>CURLE_RECV_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Empfang von Netzwerkdaten ist fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-send-error">
|
|
<term>
|
|
<constant>CURLE_SEND_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Das Senden von Netzwerkdaten ist fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-share-in-use">
|
|
<term>
|
|
<constant>CURLE_SHARE_IN_USE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssh">
|
|
<term>
|
|
<constant>CURLE_SSH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Während der SSH-Session ist ein nicht spezifizierter Fehler aufgetreten.
|
|
Verfügbar seit cURL 7.16.1.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-cacert">
|
|
<term>
|
|
<constant>CURLE_SSL_CACERT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-cacert-badfile">
|
|
<term>
|
|
<constant>CURLE_SSL_CACERT_BADFILE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Beim Lesen des SSL-CA-Zertifikats ist ein Problem aufgetreten.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-certproblem">
|
|
<term>
|
|
<constant>CURLE_SSL_CERTPROBLEM</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Problem mit dem lokalen Client-Zertifikat.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-cipher">
|
|
<term>
|
|
<constant>CURLE_SSL_CIPHER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die angegebene Chiffre konnte nicht verwendet werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-connect-error">
|
|
<term>
|
|
<constant>CURLE_SSL_CONNECT_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Beim SSL/TLS-Handshake ist irgendwo ein Problem aufgetreten.
|
|
Die Meldung im Fehlerpuffer liefert weitere Einzelheiten über das Problem.
|
|
Es könnte sich um Zertifikate (Dateiformate, Pfade, Berechtigungen),
|
|
Kennwörter und andere handeln.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-engine-notfound">
|
|
<term>
|
|
<constant>CURLE_SSL_ENGINE_NOTFOUND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die angegebene Krypto-Engine wurde nicht gefunden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-engine-setfailed">
|
|
<term>
|
|
<constant>CURLE_SSL_ENGINE_SETFAILED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die ausgewählte SSL-Krypto-Engine konnte nicht als Standard festgelegt werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-peer-certificate">
|
|
<term>
|
|
<constant>CURLE_SSL_PEER_CERTIFICATE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-ssl-pinnedpubkeynotmatch">
|
|
<term>
|
|
<constant>CURLE_SSL_PINNEDPUBKEYNOTMATCH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Abgleich mit dem in <constant>CURLOPT_PINNEDPUBLICKEY</constant>
|
|
angegebenen festen (gepinnten) Schlüssel ist fehlgeschlagen.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-telnet-option-syntax">
|
|
<term>
|
|
<constant>CURLE_TELNET_OPTION_SYNTAX</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-too-many-redirects">
|
|
<term>
|
|
<constant>CURLE_TOO_MANY_REDIRECTS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Zu viele Weiterleitungen. Beim Verfolgen von Weiterleitungen hat libcurl
|
|
die maximale Anzahl erreicht. Das Limit kann mit
|
|
<constant>CURLOPT_MAXREDIRS</constant> festgelegt werden.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-unknown-telnet-option">
|
|
<term>
|
|
<constant>CURLE_UNKNOWN_TELNET_OPTION</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-unsupported-protocol">
|
|
<term>
|
|
<constant>CURLE_UNSUPPORTED_PROTOCOL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die an libcurl übergebene URL verwendet ein Protokoll, das libcurl nicht
|
|
unterstützt. Dies könnte daran liegen, dass bei der Kompilierung eine
|
|
Option nicht verwendet wurde, dass der Name des Protokolls falsch
|
|
geschrieben wurde, oder einfach daran, dass libcurl für dieses Protokoll
|
|
keinen Code hat.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-url-malformat">
|
|
<term>
|
|
<constant>CURLE_URL_MALFORMAT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Die URL hat nicht das korrekte Format.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-url-malformat-user">
|
|
<term>
|
|
<constant>CURLE_URL_MALFORMAT_USER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-weird-server-reply">
|
|
<term>
|
|
<constant>CURLE_WEIRD_SERVER_REPLY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Der Server hat Daten gesendet, die libcurl nicht analysieren konnte.
|
|
Dieser Fehlercode war vor cURL 7.51.0 als
|
|
<constant>CURLE_FTP_WEIRD_SERVER_REPLY</constant> bekannt.
|
|
Verfügbar seit PHP 7.3.0 und cURL 7.51.0
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.curle-write-error">
|
|
<term>
|
|
<constant>CURLE_WRITE_ERROR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Beim Schreiben der empfangenen Daten in eine lokale Datei ist ein Fehler
|
|
aufgetreten oder ein Schreib-Callback hat einen Fehler an libcurl
|
|
zurückgegeben.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|