SYMBIAN OS V9.4
Feedback
#include <UriUtilsCommon.h>
TUriUtilsError
enum TUriError Enum defining the error and panic codes used in the UriUtilsUriUtils components.
UriUtils
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
KUriUtilsErrorBase
const TInt KUriUtilsErrorBase=-5000;
Error Base value
KSchemeDelimiter
const TInt KSchemeDelimiter=':';
Scheme Delimiter
KUserinfoDelimiter
const TInt KUserinfoDelimiter='@';
Userinfo Delimiter
KUserPwdSeparator
const TInt KUserPwdSeparator=':';
Equals Separator
KEqualsSeparator
const TInt KEqualsSeparator='=';
close Brace
KPortDelimiter
const TInt KPortDelimiter=':';
Slash Delimiter
KSlashDelimiter
const TInt KSlashDelimiter='/';
KQueryDelimiter
const TInt KQueryDelimiter='?';
Fragment Delimiter
KFragmentDelimiter
const TInt KFragmentDelimiter='#';
KParamDelimiter
const TInt KParamDelimiter=';';
param delimiter
KIPv6UriOpenBrace
const TInt KIPv6UriOpenBrace='[';
open Brace
KIPv6UriCloseBrace
const TInt KIPv6UriCloseBrace=']';
Copyright © 2005-2008 Symbian Software Ltd.