homescreensrv_plat/hs_widget_publisher_api/inc/hsserviceerrno.h
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 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:  Updates applications and icons in Operator Tile.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __HSSERVICEERRNO_H__
       
    19 #define __HSSERVICEERRNO_H__
       
    20 
       
    21 #define SERRBASE 1000
       
    22 
       
    23 enum SapiErrors
       
    24         {
       
    25         
       
    26         SErrNone ,
       
    27                 
       
    28         SErrInvalidServiceArgument  = SERRBASE,
       
    29         SErrUnknownArgumentName ,
       
    30         SErrBadArgumentType ,
       
    31         SErrMissingArgument ,
       
    32         SErrServiceNotSupported ,
       
    33         SErrServiceInUse ,
       
    34         SErrServiceNotReady ,
       
    35         SErrNoMemory ,
       
    36         SErrHardwareNotAvailable ,
       
    37         SErrServerBusy ,
       
    38         SErrEntryExists ,
       
    39         SErrAccessDenied ,
       
    40         SErrNotFound ,
       
    41         SErrUnknownFormat ,
       
    42         SErrGeneralError ,
       
    43         SErrCancelSuccess,
       
    44         SErrServiceTimedOut
       
    45 
       
    46         };
       
    47 
       
    48 #endif /*__HSSERVICEERRNO_H__*/