uiservicetab/vimpstutils/inc/vimpstallerrors.h
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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:  All CSP errors, symbolically
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _VIMPSTALLERRORS_H
       
    20 #define _VIMPSTALLERRORS_H
       
    21 
       
    22 
       
    23 #define KPREQUESTERRSUCCESSFUL 200 // successfull
       
    24 
       
    25 /**
       
    26  *  A Enum
       
    27  * TEngineErrors list of engine errors
       
    28  */ 
       
    29 enum TEngineErrors
       
    30     {
       
    31     EVIMPSTWrongUserIdPassword               = 409,	/* wrong userid password error*/	
       
    32     EVIMPSTUnknownUserId               = 531, /* unknown user id */
       
    33     
       
    34     // 6xx - SESSION
       
    35     EVIMPSTSessionExpired              = 600, /* session expired*/
       
    36     EVIMPSTForcedLogout                = 601, /* Forced Logout */
       
    37     EVIMPSTNotLoggedIn                 = 604, /* not logged in */
       
    38     EVIMPSCancelAccesspoint            = 605 , /*cancel accespoint*/
       
    39 
       
    40     // 7xx - PRESENCE AND CONTACT LIST
       
    41     EVIMPSTInvalidPresenceAttribute    = 750, /* invalid presence attribute */
       
    42     EVIMPSTInvalidPresenceValue        = 751, /* Invalid presence value */
       
    43 
       
    44        // 9xx - GENERAL ERRORS
       
    45     EVIMPSTMultipleErrors              = 900, /* Multiple errors */
       
    46     EVIMPSTNotSupported /* feature not supported*/
       
    47     };
       
    48 
       
    49 #endif // _IMPSCSPALLERRORS_H