#include <mw/httperr.h>
const TInt | KHttpHeaderEncodeErrorBase |
Codec encoding errors for HTTP headers
const TInt | KErrHttpEncodeDefault |
Error making a default encoding of unrecognised headers
const TInt | KErrHttpEncodeAcceptCharset |
Error encoding the Accept-Charset field
const TInt | KErrHttpEncodeAuthorization |
Error encoding the Authorization field
const TInt | KErrHttpEncodeContentLength |
Error encoding the Content-Length field
const TInt | KErrHttpEncodeHostPort |
Error encoding the Host field's port parameter
const TInt | KErrHttpEncodeTransferEncoding |
Error encoding the Transfer-Encoding field
const TInt | KErrHttpEncodeCacheControl |
Error encoding the Cache-Control field
const TInt | KErrHttpEncodeIfNoneMatch |
Error encoding the if none match field
const TInt | KErrHttpEncodeIfModifiedSince |
Error encoding the if modified since field
const TInt | KErrHttpEncodeIfUnmodifiedSince |
Error encoding the if unmodified since field
const TInt | KErrHttpEncodeContentLanguage |
Error encoding the Content-Language field
const TInt | KErrHttpEncodeDoWWWAuthenticate |
Error encoding the WWWAuthenticate field
const TInt | KErrHttpEncodeDoContentLanguage |
Error encoding the Content-Language field
const TInt | KErrHttpEncodeContentEncoding |
Error encoding the Content-Encoding field
const TInt | KErrHttpEncodeContentLocation |
Error encoding the Content-Location field
const TInt | KErrHttpEncodeAcceptLanguage |
Error encoding the Accept-Encoding field
const TInt | KErrHttpEncodeAcceptEncoding |
Error encoding the Accept-Language field
const TInt | KHttpValueDecodeErrorBase |
Codec decoding errors for values found in HTTP headers
const TInt | KErrHttpDecodeMalformedDate |
General formatting error for date values
const TInt | KHttpHeaderDecodeErrorBase |
Codec decoding errors for HTTP headers
const TInt | KErrHttpDecodeContentLength |
Error decoding the Content-Length field
const TInt | KErrHttpDecodeTransferEncoding |
Error decoding the Transfer-Encoding field
const TInt | KErrHttpDecodeWWWAuthenticate |
Error decoding the WWWAuthenticate field
const TInt | KErrHttpDecodeUnknownAuthScheme |
The WWWAuthenticate field contained an unrecognised authentication scheme
const TInt | KErrHttpDecodeBasicAuth |
Error decoding a Basic WWWAuthenticate challenge
const TInt | KErrHttpDecodeDigestAuth |
Error decoding a Digest WWWAuthenticate challenge
const TInt | KErrHttpDecodeAuthorization |
Error decoding the Authorization field
const TInt | KErrHttpDecodeAcceptCharset |
Error decoding the Accept-Charset field
const TInt | KErrHttpDecodeAcceptLanguage |
Error decoding the Accept-Language field
const TInt | KErrHttpDecodeAcceptEncoding |
Error decoding the Accept-Encoding field
const TInt | KErrHttpDecodeContentDisposition |
Error decoding the Content-Disposition field
const TInt | KErrHttpResponseFailureBase |
Response errors. These represent specific failure cases
const TInt | KErrHttpRedirectExceededLimit |
A uri redirected too many times, possibly indicating a circular redirection
const TInt | KErrHttpRedirectUseProxy |
A server responded that the uri must be fetched via a proxy
const TInt | KErrHttpRedirectNoLocationField |
A server sent a redirection response that did not include a Location header
const TInt | KErrHttpUnknownParseState |
An error occured in parsing which left the parser in a unknown state
const TInt | KErrHttpReqBuildErrorBase |
Request building errors: cause the Validation Filter to make a transaction fail and terminate
const TInt | KErrHttpRequestHasBody |
A body is provided with a method that doesn't allow bodys to be transmitted
const TInt | KErrHttpRequestBodyMissing |
A body is missing from a method that requires it
const TInt | KErrHttpTraceReqWithoutMaxForwardHeader |
Should contain The Max-Forward header
const TInt | KErrHttpPostReqBodyWithoutSizeOnHTTP10 |
Body must NOT be sent chunked if using HTTP/1.0
const TInt | KErrHttpInvalidHeaderInRequest |
Request contained a response header or a entity header but no body
const TInt | KErrHttpEntityHeaderMissingContentType |
A body was provided in the request but no Content-Type header was set
const TInt | KErrHttpGeneralHeaderMissingHost |
The request URI was relative, but no Host header was set to indicate a server to connect to
const TInt | KErrHttpCantResetRequestBody |
The request body needed to be rewound but the client but it doesn't support
const TInt | KErrHttpProtTransactionNotInitialised |
The Protocol handler is not initialised
const TInt | KErrHttpNonPipeliningError |
Protocol handler experienced a non-pipelining error
const TInt | KErrHttpPipeliningError |
Protocol handler experienced a pipelining error
const TInt | KErrHttpRequestNotSent |
The request has been not sent for the transaction and connection has been disconnected. This error will be propagated to the client only, if the HTTP:ENotifyOnDisconnect property is set with a value HTTP::EEnableDisconnectNotification
const TInt | KErrHttpResponseNotReceived |
The response has been not received for the transaction and connection has been disconnected. This error will be propagated to the client only, if the HTTP:ENotifyOnDisconnect property is set with a value HTTP::EEnableDisconnectNotification
const TInt | KErrHttpPartialResponseReceived |
Partial response has been received and connection has been disconnected. This error will be propagated to the client only, if the HTTP:ENotifyOnDisconnect property is set with a value HTTP::EEnableDisconnectNotification
const TInt | KErrHttpOptimiserFailsTrans |
ClientApplication wants to fail the transaction that was in process by the HTTPMessageParser