Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <UriUtilsCommon.h>

Enum TUriUtilsError

TUriUtilsError

Description

enum TUriError Enum defining the error and panic codes used in the UriUtilsUriUtils components.

KUriUtilsErrBadComponentIndex

Error specifying the use of an invalid component index

KUriUtilsErrBadBasePath

Error specifying the use of a base uri path is not absolute and not empty

KUriUtilsErrBufferOverflow

Error specifying that a buffer is not big enough to append a component and delimiters

KUriUtilsErrBadDelimitedParserMode

Error specifying the use of an supported parsing mode

KUriUtilsErrNoDelimiter

Error specifying that the delimiting character is not set

KUriUtilsErrNotParsed

Error specifying that the data has not been parsed

KUriUtilsErr16BitChar

Error specifying that a 16-bit character was found in data to be escape encode

KUriUtilsErrBadEscapeTriple

Error specifying that a badly formed escape triple was found in data being escape decoded

KUriUtilsCannotConvert

Error specifying that charconv was unable to convert the input data

KUriUtilsErrEmptyData

Error specifying that there was empty data

KUriUtilsErrNoIntegerInData

Error specifying that there is no character representation of an integer

KUriUtilsErrInvalidUri

Error code specifying an invalid uri

KUriUtilsErrBadEscapeMode

Error code for unsupported escaping mode

KUriUtilsErrBadTextRemoveMode

Error code for unsupported text whitespace removal mode

KUriUtilsErrDecodeMalformedQuotedString

Quoted string could not be decoded as it is malformed.

KUriUtilsErrInvalidScheme

Error code specifying an invalid scheme

KUriUtilsErrInvalidUserInfo

Error code specifying an invalid username and/or password

KUriUtilsErrInvalidHost

Error code specifying an invalid host

KUriUtilsErrInvalidPort

Error code specifying an invalid port

KUriUtilsErrInvalidPath

Error code specifying an invalid path

KUriUtilsErrInvalidParam

Error code specifying an invalid sip parameter

KUriUtilsErrInvalidQuery

Error code specifying an invalid query

KUriUtilsErrInvalidHeaders

Error code specifying an invalid sip headers

KUriUtilsErrInvalidFragment

Error code specifying an invalid fragment

KUriUtilsErrDifferentScheme

Error code specifying that schemes are not equivalent

KUriUtilsErrDifferentUserInfo

Error code specifying that usernames and passwords are not equivalent

KUriUtilsErrDifferentHost

Error code specifying that hosts are not equivalent

KUriUtilsErrDifferentPort

Error code specifying that ports are not equivalent

KUriUtilsErrDifferentPath

Error code specifying that paths are not equivalent

KUriUtilsErrDifferentQuery

Error code specifying that queries are not equivalent

KUriUtilsErrDifferentFragment

Error code specifying that fragments are not equivalent

KUriUtilsErrMalformedInteger

Error code specifying that a non-numeric character was found in data


UriUtilsCommon.h Global variables

[Top]


KUriUtilsErrorBase

const TInt KUriUtilsErrorBase=-5000;

Description

Error Base value

[Top]


KSchemeDelimiter

const TInt KSchemeDelimiter=':';

Description

Scheme Delimiter

[Top]


KUserinfoDelimiter

const TInt KUserinfoDelimiter='@';

Description

Userinfo Delimiter

[Top]


KUserPwdSeparator

const TInt KUserPwdSeparator=':';

Description

Equals Separator

[Top]


KEqualsSeparator

const TInt KEqualsSeparator='=';

Description

close Brace

[Top]


KPortDelimiter

const TInt KPortDelimiter=':';

Description

Slash Delimiter

[Top]


KSlashDelimiter

const TInt KSlashDelimiter='/';

Description

close Brace

[Top]


KQueryDelimiter

const TInt KQueryDelimiter='?';

Description

Fragment Delimiter

[Top]


KFragmentDelimiter

const TInt KFragmentDelimiter='#';

Description

close Brace

[Top]


KParamDelimiter

const TInt KParamDelimiter=';';

Description

param delimiter

[Top]


KIPv6UriOpenBrace

const TInt KIPv6UriOpenBrace='[';

Description

open Brace

[Top]


KIPv6UriCloseBrace

const TInt KIPv6UriCloseBrace=']';

Description

close Brace