You are here

constant FEEDS_ERROR_PARSE_ERROR in Feeds 7.2

Error code for when the URL could not be parsed.

2 uses of FEEDS_ERROR_PARSE_ERROR
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 16
Download via HTTP.

Code

define('FEEDS_ERROR_PARSE_ERROR', -1001);