|
DOCERR_INTERNAL = 100000
Unknown internal error
|
|
DOCERR_CONVERSION = 100001
Failed to convert document contents to UTF-8
|
|
DOCERR_MAXREDIRECT = 100002
Maximum redirects were exceeded but Document is still
redirected further.
|
|
DOCERR_NO_REDIRECTALLOW = 100003
Allow redirect is set to False.
|
|
DOCERR_URLERROR = 100004
URL is invalid.
|
|
DOCERR_UNHANDLED_HTTPSTATUS = 100005
HTTP status is not handled within Ruya - Ruya handles 200, 301, 302, 307, 404, 416 only.
|
|
DOCERR_CRAWL_NOTALLOW = 100006
Crawling is not allowed as specified by robots.txt
for this site.
|
|
DOCERR_INVALID_CRAWLSCOPE = 100007
Crawl scope
is invalid.
|
|
DOCERR_INVALID_MIME = 100009
Mime types is not allowed for crawl.
|
|
DOCERR_NOHTML = 100010
HTML contents are not present for the url - Occurs when
Content-Type is Varying (not handled within Ruya).
|