cbsatplugin/atmisccmdplugin/inc/cmserror.h
branchRCL_3
changeset 72 4b59561a31c0
parent 64 1934667b0e2b
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
     1 /*
       
     2  * Copyright (c) 2010 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  * Initial Contributors:
       
     9  * Nokia Corporation - initial contribution.
       
    10  *
       
    11  * Contributors:
       
    12  * Description : define all +CMS Error codes.
       
    13  * Reference:
       
    14  *    3GPP TS 27.007 version 6.9.0 Release 6 118 ETSI TS 127 007 V6.9.0 (2007-06)
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef CMSERROR_H
       
    19 #define CMSERROR_H
       
    20 
       
    21 enum TATCMSError
       
    22     {
       
    23     EATCmsErrGeneral = 0,
       
    24     EATCMSErr301 = 301,
       
    25     EATCMSErr304 = 304,
       
    26     EATCMSErr310 = 310,
       
    27     EATCMSErr311 = 311,
       
    28     EATCMSErr312 = 312,
       
    29     EATCMSErr316 = 316,
       
    30     EATCMSErr320 = 320,
       
    31     EATCMSErr321 = 321,
       
    32     EATCMSErr322 = 322
       
    33     };
       
    34 
       
    35 #endif /* CMSERROR_H */