MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPErrorCodes.h
Go to the documentation of this file.
1//
2// MPError.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 05/02/16.
6// Copyright Daniel Nielsen. All rights reserved.
7//
8
9#define kMPErrorCodeLocationsCacheNotBuilt 100100
10#define kMPErrorCodeLocationsCacheNotAvailableForMapExtend 100130
11#define kMPErrorCodeLocationsNotFound 100110
12#define kMPErrorCodeLocationDetailsNotFound 100120
13
14#define kMPErrorCodeVenueDetailsNotFound 100200
15#define kMPErrorCodeVenuesNotFound 100210
16
17#define kMPErrorCodeBuildingDetailsNotFound 100300
18#define kMPErrorCodeBuildingsNotFound 100310
19
20#define kMPErrorCodeSolutionDetailsNotFound 100400
21#define kMPErrorCodeSolutionsNotFound 100410
22
23#define kMPErrorCodeMessagesNotFound 100500
24#define kMPErrorCodeMessageDetailsNotFound 100510
25
26#define kMPErrorCodeDirectionsRouteNotFound 100610
27#define kMPErrorCodeDirectionsMatrixNotFound 100620
28#define kMPErrorCodeDirectionsOriginAndDestinationTooCloseOrTheSame 100630
29
30#define kMPErrorCodeCategoriesNotFound 100710
31#define kMPErrorCodeAppDataNotFound 100810
32#define kMPErrorCodeUserRolesNotFound 100910
33
34#define kMPErrorCodeOfflineContentNotFound 101010
35
36#define kMPErrorCodeImageAssetNotFound 101110
37
38#define kMPErrorCodeParameterAssert 101200
39
40#define kMPErrorCodeTilePackagesNotFound 101210
41
42#define kMPErrorCodeHttpError 101300
43
44#define kMPErrorCodeRouteNetworkNotFound 101400
45
46#define kMPErrorCodeInvalidApiKey 101500
47#define kMPErrorCodeInvalidGraphId 101510
48#define kMPErrorCodeInvalidSolutionId 101520
49
50#define kMPErrorCodeSynchronizeContentCancelled 101600
51#define kMPErrorCodeSynchronizeContentDataLoadingError 101610
52#define kMPErrorCodeSynchronizeContentDataLoadingErrorKey @"syncContent::underlyingError"
53#define kMPErrorCodeSaveDataError 101620
54#define kMPErrorCodeSynchronizeContentDataNotAvailableOffline 101620
55
56#define kMPErrorCodeLiveDataSubscriptionFailedNotActive 102000
57
58#define kMPErrorCodeDependingConnectionWasLost 103000
59
60#define kMPErrorCodeRouteLayerNotFound 103010
61
62#define kMPErrorCodeNotAuthorised 104000
63
64#define kMPMapsIndoorsDomain @"com.mapspeople.MapsIndoors"
65
66#define MPMakeErrorWithCode(cODE,uSRiNFOdICT) [NSError errorWithDomain:kMPMapsIndoorsDomain code:cODE userInfo:uSRiNFOdICT]