You are here

constant FEEDS_ERROR_INVALID_SCHEME in Feeds 7.2

Error code for when the scheme of an URL is not supported.

2 uses of FEEDS_ERROR_INVALID_SCHEME
feeds_http_request in libraries/http_request.inc
Get the content from the given URL.
http_request_check_result in libraries/http_request.inc
Checks the result of the HTTP Request.

File

libraries/http_request.inc, line 32
Download via HTTP.

Code

define('FEEDS_ERROR_INVALID_SCHEME', -1003);