| [ Index ] |
PHP Cross Reference of JPSpan 0.4 (beta) |
[Summary view] [Print] [Text view]
1 ; $Id: errors.en.ini,v 1.1 2004/11/09 13:30:39 harryf Exp $ 2 [Client_Error] 3 ; Client Errors (range 1000 - 1999) 4 ; Range 1000 - 1199 is reserved - avoid using them in your code! 5 1000 = "Unable to create XmlHttpRequest: not supported" 6 1001 = "Call in progress. XmlHttpClient cannot be until current request is completed" 7 1002 = "Invalid HTTP status code in server response: must by 200 OK" 8 1003 = "Request timed out: asychronous requests only" 9 1004 = "Invalid request parameter name: contains non-word characters - must match [^A-Za-z0-9_]" 10 1005 = "Call type not defined: request.type must have value = 'async' || 'sync'" 11 1006 = "Javascript to PHP serialization error e.g. recursive references in data structure" 12 1007 = "Problem calling XmlHttpRequest.open() e.g. permission denied to access URL in different domain" 13 14 [Server_Error] 15 ; Server Errors (range 2000 - 2999): see ErrorHandler.php 16 ; Range 2000 - 2199 is reserved - avoid using them in your code! 17 2000 = "Internal Server Error" ; Covers PHP E_NOTICE and E_WARNING messages 18 2001 = "Server Notice" ; Results from trigger_error() with E_USER_NOTICE 19 2002 = "Server Warning" ; Results from trigger_error() with E_USER_WARNING 20 2003 = "Server Error" ; Results from trigger_error() with E_USER_ERROR 21 2004 = "Internal Server Alert" ; From E_STRICT errors in PHP5 22 2005 = "Internal Server Exception" ; Uncaught PHP5 exception 23 2006 = "Junk from server. Response not well formed"; Javascript eval() failed - note e.response contains what was evaled 24 25 [Application_Error] 26 ;Application Errors (range 3000+) - nothing reserved
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Nov 26 11:42:46 2004 | Cross-referenced by PHPXref 0.6 |