1.1 --- a/epoc32/include/sipcodecerr.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/sipcodecerr.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,116 @@
1.4 -sipcodecerr.h
1.5 +/*
1.6 +* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.7 +* All rights reserved.
1.8 +* This component and the accompanying materials are made available
1.9 +* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.10 +* which accompanies this distribution, and is available
1.11 +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.12 +*
1.13 +* Initial Contributors:
1.14 +* Nokia Corporation - initial contribution.
1.15 +*
1.16 +* Contributors:
1.17 +*
1.18 +* Description:
1.19 +* Name : sipcodecerr.h
1.20 +* Part of : SIP Codec
1.21 +* Interface : SDK API, SIP Codec API
1.22 +* Version : SIP/6.0
1.23 +*
1.24 +*/
1.25 +
1.26 +
1.27 +
1.28 +#ifndef SIPCODECERR_H
1.29 +#define SIPCODECERR_H
1.30 +
1.31 +/**
1.32 +* @file
1.33 +* @publishedAll
1.34 +* @released
1.35 +*/
1.36 +
1.37 +/** SIP parsing (decoding) errors */
1.38 +// General errors
1.39 +const TInt KErrSipCodecPreParser=-17750;
1.40 +const TInt KErrSipCodecTokenizer=-17751;
1.41 +const TInt KErrSipCodecNotAllowed=-17752;
1.42 +const TInt KErrSipCodecHeaderName=-17753;
1.43 +const TInt KErrSipCodecHeaderValue=-17754;
1.44 +const TInt KErrSipCodecRequestLine=-17755;
1.45 +const TInt KErrSipCodecResponseLine=-17756;
1.46 +const TInt KErrSipCodecResponseCode=-17757;
1.47 +const TInt KErrSipCodecSIPVersion=-17758;
1.48 +const TInt KErrSipCodecSIPMethod=-17759;
1.49 +const TInt KErrSipCodecReasonPhrase=-17760;
1.50 +const TInt KErrSipCodecAnyParam=-17761;
1.51 +const TInt KErrSipCodecAnyParamName=-17762;
1.52 +const TInt KErrSipCodecAnyParamValue=-17763;
1.53 +const TInt KErrSipCodecDuplicateParam=-17764;
1.54 +const TInt KErrSipCodecHostPort=-17765;
1.55 +const TInt KErrSipCodecHost=-17766;
1.56 +const TInt KErrSipCodecPort=-17767;
1.57 +// sip-address
1.58 +const TInt KErrSipCodecSIPAddress=-17768;
1.59 +const TInt KErrSipCodecDisplayName=-17769;
1.60 +// URI
1.61 +const TInt KErrSipCodecURI=-17770;
1.62 +const TInt KErrSipCodecURIScheme=-17771;
1.63 +const TInt KErrSipCodecURIParams=-17772;
1.64 +const TInt KErrSipCodecURIHeaders=-17773;
1.65 +// From and To
1.66 +const TInt KErrSipCodecFromOrToAddress=-17774;
1.67 +const TInt KErrSipCodecFromOrToParams=-17775;
1.68 +// Contact
1.69 +const TInt KErrSipCodecContactHeader=-17776;
1.70 +const TInt KErrSipCodecContactSetToStar=-17777;
1.71 +const TInt KErrSipCodecContactAddress=-17778;
1.72 +const TInt KErrSipCodecContactParams=-17779;
1.73 +// Other SIP headers
1.74 +const TInt KErrSipCodecViaHeader=-17780;
1.75 +const TInt KErrSipCodecCallIdHeader=-17781;
1.76 +const TInt KErrSipCodecCSeqHeader=-17782;
1.77 +const TInt KErrSipCodecContentLengthHeader=-17783;
1.78 +const TInt KErrSipCodecExpiresHeader=-17784;
1.79 +const TInt KErrSipCodecMaxForwardsHeader=-17785;
1.80 +const TInt KErrSipCodecContentTypeHeader=-17786;
1.81 +const TInt KErrSipCodecRouteHeader=-17787;
1.82 +const TInt KErrSipCodecMinExpiresHeader=-17788;
1.83 +const TInt KErrSipCodecTokenBaseHeader=-17789;
1.84 +const TInt KErrSipCodecRequireHeader=-17790;
1.85 +const TInt KErrSipCodecContentEncodingHeader=-17791;
1.86 +const TInt KErrSipCodecProxyRequireHeader=-17792;
1.87 +const TInt KErrSipCodecSupportedHeader=-17793;
1.88 +const TInt KErrSipCodecUnsupportedHeader=-17794;
1.89 +const TInt KErrSipCodecAllowHeader=-17795;
1.90 +const TInt KErrSipCodecSecurityHeader=-17796;
1.91 +const TInt KErrSipCodecContentDispositionHeader=-17797;
1.92 +const TInt KErrSipCodecSubscriptionStateHeader=-17798;
1.93 +const TInt KErrSipCodecAcceptHeader=-17799;
1.94 +const TInt KErrSipCodecAcceptEncodingHeader=-17800;
1.95 +const TInt KErrSipCodecAcceptLanguageHeader= -17801;
1.96 +const TInt KErrSipCodecAcceptParams=-17802;
1.97 +const TInt KErrSipCodecEventHeader=-17803;
1.98 +const TInt KErrSipCodecAllowEventsHeader=-17804;
1.99 +const TInt KErrSipCodecAuthenticationInfoHeader=-17805;
1.100 +const TInt KErrSipCodecReferToHeader=-17806;
1.101 +const TInt KErrSipCodecAuthenticationHeader=-17807;
1.102 +const TInt KErrSipCodecAuthScheme=-17808;
1.103 +const TInt KErrSipCodecAuthorizationHeader=-17809;
1.104 +const TInt KErrSipCodecURIContainer=-17810;
1.105 +const TInt KErrSipCodecRAckHeader=-17811;
1.106 +const TInt KErrSipCodecRSeqHeader=-17812;
1.107 +const TInt KErrSipCodecReplyToHeader=-17813;
1.108 +const TInt KErrSipCodecTimestampHeader=-17814;
1.109 +const TInt KErrSipCodecRetryAfterHeader=-17815;
1.110 +const TInt KErrSipCodecRetryAfterParams=-17816;
1.111 +const TInt KErrSipCodecAcceptContactHeader=-17817;
1.112 +const TInt KErrSipCodecPAssociatedURIHeader=-17818;
1.113 +const TInt KErrSipCodecPAccessNetworkInfoHeader=-17819;
1.114 +
1.115 +// Last error code allocated to SIP Codec is -17874.
1.116 +// This value must not be exceeded.
1.117 +
1.118 +#endif // SIPCODECERR_H
1.119 +
1.120 +// End of File