iptel_plat/cch_client_api/inc/ccherror.h
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  CCH error declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef K_CCHERROR_H
       
    20 #define K_CCHERROR_H
       
    21 
       
    22 const TInt KCCHErrorInvalidIap             ( -32750 );
       
    23 const TInt KCCHErrorNetworkLost            ( -32751 );
       
    24 const TInt KCCHErrorLoginFailed            ( -32752 );
       
    25 const TInt KCCHErrorAuthenticationFailed   ( -32753 );
       
    26 const TInt KCCHErrorServiceNotResponding   ( -32754 );
       
    27 const TInt KCCHErrorBandwidthInsufficient  ( -32755 );
       
    28 const TInt KCCHErrorInvalidSettings        ( -32756 );
       
    29 const TInt KCCHErrorAccessPointNotDefined  ( -32757 );
       
    30 
       
    31 #endif // K_CCHERROR_H
       
    32 
       
    33 // End of file