»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Application Protocols HTTP »
httperr.h Global variables
httperr.h Global variables
const TInt KHttpErrorBase;
Description
Base value for the HTTP error code range (-7200 to -7399)
KHttpHeaderEncodeErrorBase
const TInt KHttpHeaderEncodeErrorBase;
Description
Codec encoding errors for HTTP headers
const TInt KErrHttpEncodeDefault;
Description
Error making a default encoding of unrecognised headers
const TInt KErrHttpEncodeAccept;
Description
Error encoding the Accept field
KErrHttpEncodeAcceptCharset
const TInt KErrHttpEncodeAcceptCharset;
Description
Error encoding the Accept-Charset field
const TInt KErrHttpEncodeQValue;
Description
Error encoding a q-value parameter
KErrHttpEncodeAuthorization
const TInt KErrHttpEncodeAuthorization;
Description
Error encoding the Authorization field
const TInt KErrHttpEncodeBasicAuth;
Description
Error encoding Basic credentials
const TInt KErrHttpEncodeDigestAuth;
Description
Error encoding Digest credentials
const TInt KErrHttpEncodeConnection;
Description
Error encoding the Connection field
KErrHttpEncodeContentLength
const TInt KErrHttpEncodeContentLength;
Description
Error encoding the Content-Length field
KErrHttpEncodeContentType
const TInt KErrHttpEncodeContentType;
Description
Error encoding the Content-Type field
const TInt KErrHttpEncodeHost;
Description
Error encoding the Host field
const TInt KErrHttpEncodeHostPort;
Description
Error encoding the Host field's port parameter
KErrHttpEncodeTransferEncoding
const TInt KErrHttpEncodeTransferEncoding;
Description
Error encoding the Transfer-Encoding field
const TInt KErrHttpEncodeUserAgent;
Description
Error encoding the User-Agent field
const TInt KErrHttpEncodeDate;
Description
Error encoding the Date field
const TInt KErrHttpEncodeCookie;
Description
Error encoding the Cookie field
KErrHttpEncodeCacheControl
const TInt KErrHttpEncodeCacheControl;
Description
Error encoding the Cache-Control field
const TInt KErrHttpEncodePragma;
Description
Error encoding the Pragma field
const TInt KErrHttpEncodeIfMatch;
Description
Error encoding the if match field
KErrHttpEncodeIfNoneMatch
const TInt KErrHttpEncodeIfNoneMatch;
Description
Error encoding the if none match field
KErrHttpEncodeIfModifiedSince
const TInt KErrHttpEncodeIfModifiedSince;
Description
Error encoding the if modified since field
KErrHttpEncodeIfUnmodifiedSince
const TInt KErrHttpEncodeIfUnmodifiedSince;
Description
Error encoding the if unmodified since field
const TInt KErrHttpEncodeCookie2;
Description
Error encoding the Cookie2 field
KErrHttpEncodeContentLanguage
const TInt KErrHttpEncodeContentLanguage;
Description
Error encoding the Content-Language field
KErrHttpEncodeDoWWWAuthenticate
const TInt KErrHttpEncodeDoWWWAuthenticate;
Description
Error encoding the WWWAuthenticate field
const TInt KErrHttpEncodeDoAge;
Description
Error encoding the Age field
const TInt KErrHttpEncodeDoVary;
Description
Error encoding the Vary field
KErrHttpEncodeDoContentLanguage
const TInt KErrHttpEncodeDoContentLanguage;
Description
Error encoding the Content-Language field
KErrHttpEncodeContentEncoding
const TInt KErrHttpEncodeContentEncoding;
Description
Error encoding the Content-Encoding field
KErrHttpEncodeContentLocation
const TInt KErrHttpEncodeContentLocation;
Description
Error encoding the Content-Location field
const TInt KErrHttpEncodeContentMD5;
Description
Error encoding the Content-MD5 field
KErrHttpEncodeAcceptLanguage
const TInt KErrHttpEncodeAcceptLanguage;
Description
Error encoding the Accept-Encoding field
KErrHttpEncodeAcceptEncoding
const TInt KErrHttpEncodeAcceptEncoding;
Description
Error encoding the Accept-Language field
const TInt KErrHttpEncodeTE;
Description
Error encoding the TE field
const TInt KErrHttpEncodeUpgrade;
Description
Error encoding the Upgrade field
KHttpValueDecodeErrorBase
const TInt KHttpValueDecodeErrorBase;
Description
Codec decoding errors for values found in HTTP headers
KErrHttpDecodeMalformedDate
const TInt KErrHttpDecodeMalformedDate;
Description
General formatting error for date values
KErrHttpDecodeMalformedYear
const TInt KErrHttpDecodeMalformedYear;
Description
Malformed year
KErrHttpDecodeMalformedMonth
const TInt KErrHttpDecodeMalformedMonth;
Description
Malformed short month name
KErrHttpDecodeMalformedDay
const TInt KErrHttpDecodeMalformedDay;
Description
Malformed number of day in month
KErrHttpDecodeMalformedWkDay
const TInt KErrHttpDecodeMalformedWkDay;
Description
Malformed short day name
KErrHttpDecodeMalformedWeekDay
const TInt KErrHttpDecodeMalformedWeekDay;
Description
Malformed long day name
KErrHttpDecodeMalformedInteger
const TInt KErrHttpDecodeMalformedInteger;
Description
Malformed integer value
KErrHttpDecodeMalformedQuotedStr
const TInt KErrHttpDecodeMalformedQuotedStr;
Description
Malformed quoted string
KHttpHeaderDecodeErrorBase
const TInt KHttpHeaderDecodeErrorBase;
Description
Codec decoding errors for HTTP headers
const TInt KErrHttpDecodeAccept;
Description
Error decoding the Accept field
const TInt KErrHttpDecodeConnection;
Description
Error decoding the Connection field
KErrHttpDecodeContentLength
const TInt KErrHttpDecodeContentLength;
Description
Error decoding the Content-Length field
KErrHttpDecodeContentType
const TInt KErrHttpDecodeContentType;
Description
Error decoding the Content-Type field
KErrHttpDecodeTransferEncoding
const TInt KErrHttpDecodeTransferEncoding;
Description
Error decoding the Transfer-Encoding field
KErrHttpDecodeWWWAuthenticate
const TInt KErrHttpDecodeWWWAuthenticate;
Description
Error decoding the WWWAuthenticate field
KErrHttpDecodeUnknownAuthScheme
const TInt KErrHttpDecodeUnknownAuthScheme;
Description
The WWWAuthenticate field contained an unrecognised authentication scheme
const TInt KErrHttpDecodeBasicAuth;
Description
Error decoding a Basic WWWAuthenticate challenge
const TInt KErrHttpDecodeDigestAuth;
Description
Error decoding a Digest WWWAuthenticate challenge
const TInt KErrHttpDecodeCookie;
Description
Error decoding a Set-Cookie field
KErrHttpDecodeAuthorization
const TInt KErrHttpDecodeAuthorization;
Description
Error decoding the Authorization field
KErrHttpDecodeAcceptCharset
const TInt KErrHttpDecodeAcceptCharset;
Description
Error decoding the Accept-Charset field
KErrHttpDecodeAcceptLanguage
const TInt KErrHttpDecodeAcceptLanguage;
Description
Error decoding the Accept-Language field
KErrHttpDecodeAcceptEncoding
const TInt KErrHttpDecodeAcceptEncoding;
Description
Error decoding the Accept-Encoding field
const TInt KErrHttpDecodeTE;
Description
Error decoding the TE field
const TInt KErrHttpDecodeExpect;
Description
Error decoding the Expect field
KErrHttpDecodeContentDisposition
const TInt KErrHttpDecodeContentDisposition;
Description
Error decoding the Content-Disposition field
KErrHttpResponseFailureBase
const TInt KErrHttpResponseFailureBase;
Description
Response errors. These represent specific failure cases
KErrHttpRedirectExceededLimit
const TInt KErrHttpRedirectExceededLimit;
Description
A uri redirected too many times, possibly indicating a circular redirection
const TInt KErrHttpRedirectUseProxy;
Description
A server responded that the uri must be fetched via a proxy
KErrHttpRedirectNoLocationField
const TInt KErrHttpRedirectNoLocationField;
Description
A server sent a redirection response that did not include a Location header
KErrHttpUnknownParseState
const TInt KErrHttpUnknownParseState;
Description
An error occured in parsing which left the parser in a unknown state
KErrHttpReqBuildErrorBase
const TInt KErrHttpReqBuildErrorBase;
Description
Request building errors: cause the Validation Filter to make a transaction fail and terminate
const TInt KErrHttpRequestHasBody;
Description
A body is provided with a method that doesn't allow bodys to be transmitted
KErrHttpRequestBodyMissing
const TInt KErrHttpRequestBodyMissing;
Description
A body is missing from a method that requires it
KErrHttpTraceReqWithoutMaxForwardHeader
const TInt KErrHttpTraceReqWithoutMaxForwardHeader;
Description
Should contain The Max-Forward header
KErrHttpPostReqBodyWithoutSizeOnHTTP10
const TInt KErrHttpPostReqBodyWithoutSizeOnHTTP10;
Description
Body must NOT be sent chunked if using HTTP/1.0
KErrHttpInvalidHeaderInRequest
const TInt KErrHttpInvalidHeaderInRequest;
Description
Request contained a response header or a entity header but no body
KErrHttpMissingHeaderBase
const TInt KErrHttpMissingHeaderBase;
Description
Missing but required header errors
KErrHttpEntityHeaderMissingContentType
const TInt KErrHttpEntityHeaderMissingContentType;
Description
A body was provided in the request but no Content-Type header was set
KErrHttpGeneralHeaderMissingHost
const TInt KErrHttpGeneralHeaderMissingHost;
Description
The request URI was relative, but no Host header was set to indicate a server to connect to
KErrHttpProtocolHandlerBase
const TInt KErrHttpProtocolHandlerBase;
Description
Protocol handler errors
KErrHttpCantResetRequestBody
const TInt KErrHttpCantResetRequestBody;
Description
The request body needed to be rewound but the client but it doesn't support
KErrHttpProtTransactionNotInitialised
const TInt KErrHttpProtTransactionNotInitialised;
Description
The Protocol handler is not initialised
KErrHttpCannotEstablishTunnel
const TInt KErrHttpCannotEstablishTunnel;
Description
Unable to establish a tunnel.
const TInt KErrHttpInvalidUri;
Description
Invalid URI
KErrHttpNonPipeliningError
const TInt KErrHttpNonPipeliningError;
Description
Protocol handler experienced a non-pipelining error
const TInt KErrHttpPipeliningError;
Description
Protocol handler experienced a pipelining error
const TInt KErrHttpRequestNotSent;
Description
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
KErrHttpResponseNotReceived
const TInt KErrHttpResponseNotReceived;
Description
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
KErrHttpPartialResponseReceived
const TInt KErrHttpPartialResponseReceived;
Description
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