You are here

constant FEEDS_ERROR_NO_SCHEME in Feeds 7.2

Error code for when the scheme of an URL could not be determined.

An example of a scheme is 'http'.

2 uses of FEEDS_ERROR_NO_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 25
Download via HTTP.

Code

define('FEEDS_ERROR_NO_SCHEME', -1002);