Lines Matching +full:bad +full:- +full:build +full:- +full:check
21 .\" * SPDX-License-Identifier: curl
25 .TH libcurl-errors 3 "23 Nov 2021" "libcurl 7.81.0" "libcurl errors"
27 libcurl-errors \- error codes in libcurl
44 support. The support might be a compile-time option that you did not use, it
54 A requested feature, protocol or option was not found built-in in this libcurl
55 due to a build-time decision. This means that a feature or option was not
83 FTP servers return a 227-line as a response to a PASV command. If libcurl
123 Operation timeout. The specified time-out period was reached according to the
150 path does not identify an existing file. Did you check file permissions?
162 A function was called with a bad parameter.
182 .IP "Obsolete errors (50-51)"
234 .IP "Obsolete error (75-76)"
251 Issuer check failed (Added in 7.19.0)
297 .IP "CURLM_CALL_MULTI_PERFORM (-1)"
303 .IP "CURLM_CALL_MULTI_SOCKET (-1)"
309 The passed-in handle is not a valid \fICURLM\fP handle.
319 The passed-in socket is not a valid one that libcurl already knows about.
332 A function was called with a bad parameter.
366 This libcurl build does not support the given URL scheme.
396 The fragment part of the URL contained bad or invalid characters.
398 The hostname contained bad or invalid characters.
400 The IPv6 address hostname contained bad or invalid characters.
402 The login part of the URL contained bad or invalid characters.
404 The password part of the URL contained bad or invalid characters.
406 The path part of the URL contained bad or invalid characters.
408 The query part of the URL contained bad or invalid characters.
410 The scheme part of the URL contained bad or invalid characters.
414 The user part of the URL contained bad or invalid characters.
429 One or more of the given arguments are bad.
431 HTTP support or the header API has been disabled in the build.