2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
26 #ifndef __NETCONERROR_H__
27 #define __NETCONERROR_H__
29 // Network Controller external errors and error strings
32 Network Controller Base error
36 const TInt KNetConErrorBase = -3600;
39 Network Controller Undefined Default Database error
43 const TInt KErrNetConDatabaseDefaultUndefined = KNetConErrorBase - 6;
46 Network Controller Unknown Database Type error
50 const TInt KErrNetConDatabaseTypeUnknown = KNetConErrorBase - 7;
53 Network Controller Database Not Found error
57 const TInt KErrNetConDatabaseNotFound = KNetConErrorBase - 8;
60 Network Controller No GPRS Network error
64 const TInt KErrNetConNoGPRSNetwork = KNetConErrorBase -9;
67 Network Controller Incorrect MSClass error
71 const TInt KErrNetConIncorrectMSClass = KNetConErrorBase -10;
74 Network Controller Inadequate Signal Strengh error
78 const TInt KErrNetConInadequateSignalStrengh = KNetConErrorBase -11;
81 Network Controller State Machine Not Available error
85 const TInt KErrNetConStateMachineNotAvailable = KNetConErrorBase -12;