What do the Page Result Codes mean in Phantom?
The Page Result Code in the Page Browser indicates what happened when Phantom tried to index the page. All of the 200-500 series are HTTP response codes, defined by the HTTP spec. The 1000 series are specific to Phantom and are related to what it got when it tried to get a particular page. The -1 through -4 indicate problems when Phantom tried make TCP connections and failed. The other negative numbers are system error codes (like -35 for volume not found). 200 OK 201 Created 301 Moved Permanently 302 Moved Temporarily 400 Bad Request 401 Unathorized 403 Forbidden 404 Not Found 500 Internal Server Error 502 Bad Gateway 503 Service Unavailable 1001 URL is outside valid directory 1002 URL is in directory excluded by robot exclusion standard 1003 URL did not pass filter 1004 Empty stream – no data returned 1005 Timeout occured while receiving file 1006 URL removed from session and index -1 Bad sessionID passed to TCP Toolkit routine -2 TCP Toolkit timeout has expired for this operation -3