author | MattD <mattd@symbian.org> |
Thu, 12 Nov 2009 16:07:15 +0000 | |
changeset 18 | 4a5bd01d597a |
parent 10 | fc9cf246af83 |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2006-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 the License "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: Contains sapi location error strings |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifndef C_LOCATIONERRORMESSAGE_HRH |
|
20 |
#define C_LOCATIONERRORMESSAGE_HRH |
|
21 |
||
22 |
||
23 |
_LIT(KCancelTransactionIdMissing, "location : Cancel : Missing transaction ID"); |
|
24 |
||
25 |
_LIT(KCancelInvalidTransactionId, "location : Cancel : Wrong Transaction ID"); |
|
26 |
||
27 |
||
28 |
_LIT(KGetLocationCategoryInfo, "location : GetLocation : wrong category info should be BasicLocationInformation/GenericLocationInfo "); |
|
29 |
_LIT(KTraceCategoryInfo, "location : Trace : wrong category info should be BasicLocationInformation/GenericLocationInfo "); |
|
30 |
||
31 |
||
32 |
_LIT(KCancelMissingType, "location : Cancel : Missing cancel type"); |
|
33 |
_LIT(KCancelWrongType, "location : Cancel : Wrong cancel type"); |
|
34 |
_LIT(KMissingMathrequest, "location : Calculate : Missing argument - MathRequest"); |
|
35 |
_LIT(KWrongMathrequest, "location : Calculate : Wrong argument - MathRequest"); |
|
36 |
_LIT(KMissingParamCord, "location : Calculate : Missing argument - locationcoordinate"); |
|
37 |
_LIT(KMissingDistanceParam, "location : Calculate : Missing argument - MoveByThisDistance"); |
|
38 |
_LIT(KMissingBearingParam, "location : Calculate : Missing argument - MoveByThisBearing"); |
|
39 |
||
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
40 |
_LIT(KGetLocationBadEnableHighAcc, "location : GetLocation : EnableHighAccuracy Type mismatch"); |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
41 |
_LIT(KTraceBadEnableHighAcc, "location : Trace : EnableHighAccuracy Type mismatch"); |
5 | 42 |
_LIT(KGetLocationWrongupdateMap, "location : GetLocation : BadArgument - Updateoptions"); |
43 |
_LIT(KCalWrongSource, "location : Calculate : Wrong Argument - SourceParam"); |
|
44 |
_LIT(KCalWrongDest, "location : Calculate : Wrong Argument - Paramdestination"); |
|
45 |
_LIT(KGetLocationNegativeTime, "location : GetLocation : Negative Time Interval"); |
|
46 |
_LIT(KTraceNegativeTime, "location : Trace : Negative Time Interval"); |
|
47 |
||
48 |
_LIT(KGetLocationWrongInfoType, "location : GetLocation : BadArgument - LocationInformationClass"); |
|
49 |
_LIT(KGetLocationBadUpdateOptions, "location : GetLocation : UpdateOptions Type mismatch"); |
|
50 |
_LIT(KTraceWrongInfoType, "location : Trace : BadArgument - LocationInformationClass"); |
|
51 |
_LIT(KTraceBadUpdateOptions, "location : Trace : UpdateOptions Type mismatch"); |
|
52 |
_LIT(KTraceWrongupdateMap, "location : Trace : BadArgument - Updateoptions"); |
|
53 |
_LIT(KCancelTypeMisMatch, "location : cancel : BadArgument - Cancel Type"); |
|
54 |
_LIT(KCaluclateMoveDistance, "location : Calculate : Type MisMatch - MoveByThisDistance"); |
|
55 |
_LIT(KCaluclateMoveBearing, "location : Calculate : Type MisMatch - MoveByThisbearing"); |
|
56 |
_LIT(KCmdNotFound, "location : Command Not found"); |
|
57 |
||
58 |
#endif // C_LOCATIONERRORMESSAGE_HRH |