Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // These Error Codes are used Internally within ECOM
25 #ifndef ECOMINTERNALERRORCODES_H__
26 #define ECOMINTERNALERRORCODES_H__
31 // Codes which are only used for Panics
36 An attempt has been made to update the registry information for a
37 non-existent DLL. An ECom internal error.
39 const TInt KEComErrInvalidRegistryData = -17022;
43 // Error codes for internal use only
46 The Client requested a service which is not supplied by this framework
48 const TInt KEComErrInvalidUnloadPolicy = -17003;
51 An attempt has been made to load an implementation contained within a dll
52 which no longer exists (deleted or is on a CF card that has been removed).
54 const TInt KEComErrInvalidIIC = -17008;
57 An attempt has been made to update registry information for a dll on a
58 drive that does not exist.
60 const TInt KEComErrDriveNotFound = -17019;
63 // Codes which are currently unused but reserved for future expansion
68 const TInt KEComErrAlreadyReceiving = -17001;
74 const TInt KEComErrIndexEntryNotFound = -17020;
79 const TInt KEComErrInstantiationPointerNotFound = -17024;
84 const TInt KEComErrInstantiationPointerNotAvailable = -17025;
86 #endif // ECOMINTERNAL_ERRORCODES_H__