usbengines/usbotgwatcher/inc/errors.h
branchRCL_3
changeset 65 a44cdf4b4bf0
parent 0 1e05558e2206
child 21 ff9df6630274
equal deleted inserted replaced
64:8ecef05bbada 65:a44cdf4b4bf0
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     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:  File contains error codes, from Watcher perspective
       
    15  *
     8  *
    16 */
     9  * Initial Contributors:
    17 
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:  File contains error codes, from Watcher perspective
       
    15  *
       
    16  */
    18 
    17 
    19 #ifndef ERRORS_H
    18 #ifndef ERRORS_H
    20 #define ERRORS_H
    19 #define ERRORS_H
    21 
    20 
    22 #include <e32base.h>
    21 #include <e32base.h>
    36     EUsbWatcherCanNotStartUsbServices, //10
    35     EUsbWatcherCanNotStartUsbServices, //10
    37     EUsbWatcherIdPinError,
    36     EUsbWatcherIdPinError,
    38     EUsbWatcherVBusObserverError,
    37     EUsbWatcherVBusObserverError,
    39     EUsbWatcherHostEventNotificationError,
    38     EUsbWatcherHostEventNotificationError,
    40     EUsbWatcherOtgStateError,
    39     EUsbWatcherOtgStateError,
    41     EUsbWatcherMessageNotificationError
    40     EUsbWatcherMessageNotificationError,
       
    41     EUsbWatcherCanNotStartSession,
       
    42     EUsbWatcherCanNotEnableDriverLoading,
       
    43     EUsbWatcherCanNotClearBusError,
       
    44     EUsbWatcherCanNotRaiseVBus
    42 
    45 
    43     };
    46     };
    44 
    47 
    45 #endif //  ERRRORS_H
    48 #endif //  ERRRORS_H