|
Defines |
| #define | ALLOCATION_FAILURE "Memory allocation failure." |
| #define | INV_APPNAME "Invalid application name" |
| #define | INV_APPNUM "Invalid application number in URL" |
| #define | INV_CTXID "Invalid context ID in URL" |
| #define | INV_FORM_DATA "The request contained fewer content data than specified by the content-length header" |
| #define | INV_HOST "Invalid application host name in URL" |
| #define | INV_METHOD "Unknown HTTP method, or HTTP PUT method not supported." |
| #define | INV_PAGE "Invalid page name in URL" |
| #define | INV_PREFIX "Invalid prefix in URL" |
| #define | INV_PROTOCOL "Cannot determine server protocol from CGI" |
| #define | INV_QUERY "Invalid query string in URL" |
| #define | INV_RESPONSE "Invalid response received from application." |
| #define | INV_RHKEY "Invalid request handler key in URL" |
| #define | INV_RHPATH "Invalid request handler path in URL" |
| #define | INV_SCRIPT "Cannot determine script name from CGI" |
| #define | INV_SENDER "Invalid sender ID in URL" |
| #define | INV_SESSID "Invalid session ID in URL" |
| #define | INV_SUFFIX "Invalid suffix in URL" |
| #define | INV_URL "Invalid URL" |
| #define | INVALID_URI "No application name and other arguments in URL, or path_info too long" |
| #define | NO_APPNAME "Cannot obtain the name of the application being requested, or the application name is too long" |
| #define | NO_FORM_DATA "Error whilst reading content data for request" |
| #define | NO_RESPONSE "Did not receive any response from application. It is possible that the application does not exist, or that the requested url is incorrect." |
| #define | NOT_FOUND_APP "The requested application was not found on this server." |