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