Loading...
Searching...
No Matches
Go to the documentation of this file.
9#define kMPErrorCodeLocationsCacheNotBuilt 100100
10#define kMPErrorCodeLocationsCacheNotAvailableForMapExtend 100130
11#define kMPErrorCodeLocationsNotFound 100110
12#define kMPErrorCodeLocationDetailsNotFound 100120
14#define kMPErrorCodeVenueDetailsNotFound 100200
15#define kMPErrorCodeVenuesNotFound 100210
17#define kMPErrorCodeBuildingDetailsNotFound 100300
18#define kMPErrorCodeBuildingsNotFound 100310
20#define kMPErrorCodeSolutionDetailsNotFound 100400
21#define kMPErrorCodeSolutionsNotFound 100410
23#define kMPErrorCodeMessagesNotFound 100500
24#define kMPErrorCodeMessageDetailsNotFound 100510
26#define kMPErrorCodeDirectionsRouteNotFound 100610
27#define kMPErrorCodeDirectionsMatrixNotFound 100620
28#define kMPErrorCodeDirectionsOriginAndDestinationTooCloseOrTheSame 100630
30#define kMPErrorCodeCategoriesNotFound 100710
31#define kMPErrorCodeAppDataNotFound 100810
32#define kMPErrorCodeUserRolesNotFound 100910
34#define kMPErrorCodeOfflineContentNotFound 101010
36#define kMPErrorCodeImageAssetNotFound 101110
38#define kMPErrorCodeParameterAssert 101200
40#define kMPErrorCodeTilePackagesNotFound 101210
42#define kMPErrorCodeHttpError 101300
44#define kMPErrorCodeRouteNetworkNotFound 101400
46#define kMPErrorCodeInvalidApiKey 101500
47#define kMPErrorCodeInvalidGraphId 101510
48#define kMPErrorCodeInvalidSolutionId 101520
50#define kMPErrorCodeSynchronizeContentCancelled 101600
51#define kMPErrorCodeSynchronizeContentDataLoadingError 101610
52#define kMPErrorCodeSynchronizeContentDataLoadingErrorKey @"syncContent::underlyingError"
53#define kMPErrorCodeSaveDataError 101620
54#define kMPErrorCodeSynchronizeContentDataNotAvailableOffline 101620
56#define kMPErrorCodeLiveDataSubscriptionFailedNotActive 102000
58#define kMPErrorCodeDependingConnectionWasLost 103000
60#define kMPErrorCodeRouteLayerNotFound 103010
62#define kMPErrorCodeNotAuthorised 104000
64#define kMPMapsIndoorsDomain @"com.mapspeople.MapsIndoors"
66#define MPMakeErrorWithCode(cODE,uSRiNFOdICT) [NSError errorWithDomain:kMPMapsIndoorsDomain code:cODE userInfo:uSRiNFOdICT]