Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: httperr.h

httperr.h Global variables


KHttpErrorBase

const TInt KHttpErrorBase;

Description

Base value for the HTTP error code range (-7200 to -7399)

[Top]


KHttpHeaderEncodeErrorBase

const TInt KHttpHeaderEncodeErrorBase;

Description

Codec encoding errors for HTTP headers

[Top]


KErrHttpEncodeDefault

const TInt KErrHttpEncodeDefault;

Description

Error making a default encoding of unrecognised headers

[Top]


KErrHttpEncodeAccept

const TInt KErrHttpEncodeAccept;

Description

Error encoding the Accept field

[Top]


KErrHttpEncodeAcceptCharset

const TInt KErrHttpEncodeAcceptCharset;

Description

Error encoding the Accept-Charset field

[Top]


KErrHttpEncodeQValue

const TInt KErrHttpEncodeQValue;

Description

Error encoding a q-value parameter

[Top]


KErrHttpEncodeAuthorization

const TInt KErrHttpEncodeAuthorization;

Description

Error encoding the Authorization field

[Top]


KErrHttpEncodeBasicAuth

const TInt KErrHttpEncodeBasicAuth;

Description

Error encoding Basic credentials

[Top]


KErrHttpEncodeDigestAuth

const TInt KErrHttpEncodeDigestAuth;

Description

Error encoding Digest credentials

[Top]


KErrHttpEncodeConnection

const TInt KErrHttpEncodeConnection;

Description

Error encoding the Connection field

[Top]


KErrHttpEncodeContentLength

const TInt KErrHttpEncodeContentLength;

Description

Error encoding the Content-Length field

[Top]


KErrHttpEncodeContentType

const TInt KErrHttpEncodeContentType;

Description

Error encoding the Content-Type field

[Top]


KErrHttpEncodeHost

const TInt KErrHttpEncodeHost;

Description

Error encoding the Host field

[Top]


KErrHttpEncodeHostPort

const TInt KErrHttpEncodeHostPort;

Description

Error encoding the Host field's port parameter

[Top]


KErrHttpEncodeTransferEncoding

const TInt KErrHttpEncodeTransferEncoding;

Description

Error encoding the Transfer-Encoding field

[Top]


KErrHttpEncodeUserAgent

const TInt KErrHttpEncodeUserAgent;

Description

Error encoding the User-Agent field

[Top]


KErrHttpEncodeDate

const TInt KErrHttpEncodeDate;

Description

Error encoding the Date field

[Top]


KErrHttpEncodeCookie

const TInt KErrHttpEncodeCookie;

Description

Error encoding the Cookie field

[Top]


KErrHttpEncodeCacheControl

const TInt KErrHttpEncodeCacheControl;

Description

Error encoding the Cache-Control field

[Top]


KErrHttpEncodePragma

const TInt KErrHttpEncodePragma;

Description

Error encoding the Pragma field

[Top]


KErrHttpEncodeIfMatch

const TInt KErrHttpEncodeIfMatch;

Description

Error encoding the if match field

[Top]


KErrHttpEncodeIfNoneMatch

const TInt KErrHttpEncodeIfNoneMatch;

Description

Error encoding the if none match field

[Top]


KErrHttpEncodeIfModifiedSince

const TInt KErrHttpEncodeIfModifiedSince;

Description

Error encoding the if modified since field

[Top]


KErrHttpEncodeIfUnmodifiedSince

const TInt KErrHttpEncodeIfUnmodifiedSince;

Description

Error encoding the if unmodified since field

[Top]


KErrHttpEncodeCookie2

const TInt KErrHttpEncodeCookie2;

Description

Error encoding the Cookie2 field

[Top]


KErrHttpEncodeContentLanguage

const TInt KErrHttpEncodeContentLanguage;

Description

Error encoding the Content-Language field

[Top]


KErrHttpEncodeDoWWWAuthenticate

const TInt KErrHttpEncodeDoWWWAuthenticate;

Description

Error encoding the WWWAuthenticate field

[Top]


KErrHttpEncodeDoAge

const TInt KErrHttpEncodeDoAge;

Description

Error encoding the Age field

[Top]


KErrHttpEncodeDoVary

const TInt KErrHttpEncodeDoVary;

Description

Error encoding the Vary field

[Top]


KErrHttpEncodeDoContentLanguage

const TInt KErrHttpEncodeDoContentLanguage;

Description

Error encoding the Content-Language field

[Top]


KErrHttpEncodeContentEncoding

const TInt KErrHttpEncodeContentEncoding;

Description

Error encoding the Content-Encoding field

[Top]


KErrHttpEncodeContentLocation

const TInt KErrHttpEncodeContentLocation;

Description

Error encoding the Content-Location field

[Top]


KErrHttpEncodeContentMD5

const TInt KErrHttpEncodeContentMD5;

Description

Error encoding the Content-MD5 field

[Top]


KErrHttpEncodeAcceptLanguage

const TInt KErrHttpEncodeAcceptLanguage;

Description

Error encoding the Accept-Encoding field

[Top]


KErrHttpEncodeAcceptEncoding

const TInt KErrHttpEncodeAcceptEncoding;

Description

Error encoding the Accept-Language field

[Top]


KErrHttpEncodeTE

const TInt KErrHttpEncodeTE;

Description

Error encoding the TE field

[Top]


KErrHttpEncodeUpgrade

const TInt KErrHttpEncodeUpgrade;

Description

Error encoding the Upgrade field

[Top]


KHttpValueDecodeErrorBase

const TInt KHttpValueDecodeErrorBase;

Description

Codec decoding errors for values found in HTTP headers

[Top]


KErrHttpDecodeMalformedDate

const TInt KErrHttpDecodeMalformedDate;

Description

General formatting error for date values

[Top]


KErrHttpDecodeMalformedYear

const TInt KErrHttpDecodeMalformedYear;

Description

Malformed year

[Top]


KErrHttpDecodeMalformedMonth

const TInt KErrHttpDecodeMalformedMonth;

Description

Malformed short month name

[Top]


KErrHttpDecodeMalformedDay

const TInt KErrHttpDecodeMalformedDay;

Description

Malformed number of day in month

[Top]


KErrHttpDecodeMalformedWkDay

const TInt KErrHttpDecodeMalformedWkDay;

Description

Malformed short day name

[Top]


KErrHttpDecodeMalformedWeekDay

const TInt KErrHttpDecodeMalformedWeekDay;

Description

Malformed long day name

[Top]


KErrHttpDecodeMalformedInteger

const TInt KErrHttpDecodeMalformedInteger;

Description

Malformed integer value

[Top]


KErrHttpDecodeMalformedQuotedStr

const TInt KErrHttpDecodeMalformedQuotedStr;

Description

Malformed quoted string

[Top]


KHttpHeaderDecodeErrorBase

const TInt KHttpHeaderDecodeErrorBase;

Description

Codec decoding errors for HTTP headers

[Top]


KErrHttpDecodeAccept

const TInt KErrHttpDecodeAccept;

Description

Error decoding the Accept field

[Top]


KErrHttpDecodeConnection

const TInt KErrHttpDecodeConnection;

Description

Error decoding the Connection field

[Top]


KErrHttpDecodeContentLength

const TInt KErrHttpDecodeContentLength;

Description

Error decoding the Content-Length field

[Top]


KErrHttpDecodeContentType

const TInt KErrHttpDecodeContentType;

Description

Error decoding the Content-Type field

[Top]


KErrHttpDecodeTransferEncoding

const TInt KErrHttpDecodeTransferEncoding;

Description

Error decoding the Transfer-Encoding field

[Top]


KErrHttpDecodeWWWAuthenticate

const TInt KErrHttpDecodeWWWAuthenticate;

Description

Error decoding the WWWAuthenticate field

[Top]


KErrHttpDecodeUnknownAuthScheme

const TInt KErrHttpDecodeUnknownAuthScheme;

Description

The WWWAuthenticate field contained an unrecognised authentication scheme

[Top]


KErrHttpDecodeBasicAuth

const TInt KErrHttpDecodeBasicAuth;

Description

Error decoding a Basic WWWAuthenticate challenge

[Top]


KErrHttpDecodeDigestAuth

const TInt KErrHttpDecodeDigestAuth;

Description

Error decoding a Digest WWWAuthenticate challenge

[Top]


KErrHttpDecodeCookie

const TInt KErrHttpDecodeCookie;

Description

Error decoding a Set-Cookie field

[Top]


KErrHttpDecodeAuthorization

const TInt KErrHttpDecodeAuthorization;

Description

Error decoding the Authorization field

[Top]


KErrHttpDecodeAcceptCharset

const TInt KErrHttpDecodeAcceptCharset;

Description

Error decoding the Accept-Charset field

[Top]


KErrHttpDecodeAcceptLanguage

const TInt KErrHttpDecodeAcceptLanguage;

Description

Error decoding the Accept-Language field

[Top]


KErrHttpDecodeAcceptEncoding

const TInt KErrHttpDecodeAcceptEncoding;

Description

Error decoding the Accept-Encoding field

[Top]


KErrHttpDecodeTE

const TInt KErrHttpDecodeTE;

Description

Error decoding the TE field

[Top]


KErrHttpDecodeExpect

const TInt KErrHttpDecodeExpect;

Description

Error decoding the Expect field

[Top]


KErrHttpDecodeContentDisposition

const TInt KErrHttpDecodeContentDisposition;

Description

Error decoding the Content-Disposition field

[Top]


KErrHttpResponseFailureBase

const TInt KErrHttpResponseFailureBase;

Description

Response errors. These represent specific failure cases

[Top]


KErrHttpRedirectExceededLimit

const TInt KErrHttpRedirectExceededLimit;

Description

A uri redirected too many times, possibly indicating a circular redirection

[Top]


KErrHttpRedirectUseProxy

const TInt KErrHttpRedirectUseProxy;

Description

A server responded that the uri must be fetched via a proxy

[Top]


KErrHttpRedirectNoLocationField

const TInt KErrHttpRedirectNoLocationField;

Description

A server sent a redirection response that did not include a Location header

[Top]


KErrHttpUnknownParseState

const TInt KErrHttpUnknownParseState;

Description

An error occured in parsing which left the parser in a unknown state

[Top]


KErrHttpReqBuildErrorBase

const TInt KErrHttpReqBuildErrorBase;

Description

Request building errors: cause the Validation Filter to make a transaction fail and terminate

[Top]


KErrHttpRequestHasBody

const TInt KErrHttpRequestHasBody;

Description

A body is provided with a method that doesn't allow bodys to be transmitted

[Top]


KErrHttpRequestBodyMissing

const TInt KErrHttpRequestBodyMissing;

Description

A body is missing from a method that requires it

[Top]


KErrHttpTraceReqWithoutMaxForwardHeader

const TInt KErrHttpTraceReqWithoutMaxForwardHeader;

Description

Should contain The Max-Forward header

[Top]


KErrHttpPostReqBodyWithoutSizeOnHTTP10

const TInt KErrHttpPostReqBodyWithoutSizeOnHTTP10;

Description

Body must NOT be sent chunked if using HTTP/1.0

[Top]


KErrHttpInvalidHeaderInRequest

const TInt KErrHttpInvalidHeaderInRequest;

Description

Request contained a response header or a entity header but no body

[Top]


KErrHttpMissingHeaderBase

const TInt KErrHttpMissingHeaderBase;

Description

Missing but required header errors

[Top]


KErrHttpEntityHeaderMissingContentType

const TInt KErrHttpEntityHeaderMissingContentType;

Description

A body was provided in the request but no Content-Type header was set

[Top]


KErrHttpGeneralHeaderMissingHost

const TInt KErrHttpGeneralHeaderMissingHost;

Description

The request URI was relative, but no Host header was set to indicate a server to connect to

[Top]


KErrHttpProtocolHandlerBase

const TInt KErrHttpProtocolHandlerBase;

Description

Protocol handler errors

[Top]


KErrHttpCantResetRequestBody

const TInt KErrHttpCantResetRequestBody;

Description

The request body needed to be rewound but the client but it doesn't support

[Top]


KErrHttpProtTransactionNotInitialised

const TInt KErrHttpProtTransactionNotInitialised;

Description

The Protocol handler is not initialised

[Top]


KErrHttpCannotEstablishTunnel

const TInt KErrHttpCannotEstablishTunnel;

Description

Unable to establish a tunnel.

[Top]


KErrHttpInvalidUri

const TInt KErrHttpInvalidUri;

Description

Invalid URI

[Top]


KErrHttpNonPipeliningError

const TInt KErrHttpNonPipeliningError;

Description

Protocol handler experienced a non-pipelining error

[Top]


KErrHttpPipeliningError

const TInt KErrHttpPipeliningError;

Description

Protocol handler experienced a pipelining error

[Top]


KErrHttpRequestNotSent

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

[Top]


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

[Top]


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