epoc32/include/mw/sipcodecerr.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 * Name        : sipcodecerr.h
    16 * Part of     : SIP Codec
    17 * Interface   : SDK API, SIP Codec API
    18 * Version     : SIP/6.0 
    19 *
    20 */
    21 
    22 
    23 
    24 #ifndef SIPCODECERR_H
    25 #define SIPCODECERR_H
    26 
    27 /**
    28 * @file
    29 * @publishedAll
    30 * @released
    31 */
    32 
    33 /** SIP parsing (decoding) errors */
    34 // General errors
    35 const TInt KErrSipCodecPreParser=-17750;
    36 const TInt KErrSipCodecTokenizer=-17751;
    37 const TInt KErrSipCodecNotAllowed=-17752;
    38 const TInt KErrSipCodecHeaderName=-17753;
    39 const TInt KErrSipCodecHeaderValue=-17754;
    40 const TInt KErrSipCodecRequestLine=-17755;
    41 const TInt KErrSipCodecResponseLine=-17756;
    42 const TInt KErrSipCodecResponseCode=-17757;
    43 const TInt KErrSipCodecSIPVersion=-17758;
    44 const TInt KErrSipCodecSIPMethod=-17759;
    45 const TInt KErrSipCodecReasonPhrase=-17760;
    46 const TInt KErrSipCodecAnyParam=-17761;
    47 const TInt KErrSipCodecAnyParamName=-17762;
    48 const TInt KErrSipCodecAnyParamValue=-17763;
    49 const TInt KErrSipCodecDuplicateParam=-17764;
    50 const TInt KErrSipCodecHostPort=-17765;
    51 const TInt KErrSipCodecHost=-17766;
    52 const TInt KErrSipCodecPort=-17767;
    53 // sip-address
    54 const TInt KErrSipCodecSIPAddress=-17768;
    55 const TInt KErrSipCodecDisplayName=-17769;
    56 // URI
    57 const TInt KErrSipCodecURI=-17770;
    58 const TInt KErrSipCodecURIScheme=-17771;
    59 const TInt KErrSipCodecURIParams=-17772;
    60 const TInt KErrSipCodecURIHeaders=-17773;
    61 // From and To
    62 const TInt KErrSipCodecFromOrToAddress=-17774;
    63 const TInt KErrSipCodecFromOrToParams=-17775;
    64 // Contact
    65 const TInt KErrSipCodecContactHeader=-17776;
    66 const TInt KErrSipCodecContactSetToStar=-17777;
    67 const TInt KErrSipCodecContactAddress=-17778;
    68 const TInt KErrSipCodecContactParams=-17779;
    69 // Other SIP headers
    70 const TInt KErrSipCodecViaHeader=-17780;
    71 const TInt KErrSipCodecCallIdHeader=-17781;
    72 const TInt KErrSipCodecCSeqHeader=-17782;
    73 const TInt KErrSipCodecContentLengthHeader=-17783;
    74 const TInt KErrSipCodecExpiresHeader=-17784;
    75 const TInt KErrSipCodecMaxForwardsHeader=-17785;
    76 const TInt KErrSipCodecContentTypeHeader=-17786;
    77 const TInt KErrSipCodecRouteHeader=-17787;
    78 const TInt KErrSipCodecMinExpiresHeader=-17788;
    79 const TInt KErrSipCodecTokenBaseHeader=-17789;
    80 const TInt KErrSipCodecRequireHeader=-17790;
    81 const TInt KErrSipCodecContentEncodingHeader=-17791;
    82 const TInt KErrSipCodecProxyRequireHeader=-17792;
    83 const TInt KErrSipCodecSupportedHeader=-17793;
    84 const TInt KErrSipCodecUnsupportedHeader=-17794;
    85 const TInt KErrSipCodecAllowHeader=-17795;
    86 const TInt KErrSipCodecSecurityHeader=-17796;
    87 const TInt KErrSipCodecContentDispositionHeader=-17797;
    88 const TInt KErrSipCodecSubscriptionStateHeader=-17798;
    89 const TInt KErrSipCodecAcceptHeader=-17799;
    90 const TInt KErrSipCodecAcceptEncodingHeader=-17800;
    91 const TInt KErrSipCodecAcceptLanguageHeader= -17801;
    92 const TInt KErrSipCodecAcceptParams=-17802;
    93 const TInt KErrSipCodecEventHeader=-17803;
    94 const TInt KErrSipCodecAllowEventsHeader=-17804;
    95 const TInt KErrSipCodecAuthenticationInfoHeader=-17805;
    96 const TInt KErrSipCodecReferToHeader=-17806;
    97 const TInt KErrSipCodecAuthenticationHeader=-17807;
    98 const TInt KErrSipCodecAuthScheme=-17808;
    99 const TInt KErrSipCodecAuthorizationHeader=-17809;
   100 const TInt KErrSipCodecURIContainer=-17810;
   101 const TInt KErrSipCodecRAckHeader=-17811;
   102 const TInt KErrSipCodecRSeqHeader=-17812;
   103 const TInt KErrSipCodecReplyToHeader=-17813;
   104 const TInt KErrSipCodecTimestampHeader=-17814;
   105 const TInt KErrSipCodecRetryAfterHeader=-17815;
   106 const TInt KErrSipCodecRetryAfterParams=-17816;
   107 const TInt KErrSipCodecAcceptContactHeader=-17817;
   108 const TInt KErrSipCodecPAssociatedURIHeader=-17818;
   109 const TInt KErrSipCodecPAccessNetworkInfoHeader=-17819;
   110 
   111 // Last error code allocated to SIP Codec is -17874.
   112 // This value must not be exceeded.
   113 
   114 #endif // SIPCODECERR_H
   115 
   116 // End of File