SITLocationError
enum SITLocationError : NSInteger {}
Type of error the location manager can return.
-
there was a network error.
Declaration
Objective-C
kSITLocationErrorNetwork = 0
-
you have not permissions access the information because you are not allowed to see it.
Declaration
Objective-C
kSITLocationErrorUnauthorized
-
there is a problem with parameters.
Declaration
Objective-C
kSITLocationErrorBadRequest
-
you have no permissions to use the location of the user.
Declaration
Objective-C
kSITLocationErrorPermissionDenied
-
you can only start the system once.
Declaration
Objective-C
kSITLocationErrorAlreadyStarted
-
you can only stop the system when is previosly started.
Declaration
Objective-C
kSITLocationErrorSystemStopped
-
bluetooth is turned off
Declaration
Objective-C
kSITLocationErrorBluetoothIsOff
-
bluetooth permission is not granted
Declaration
Objective-C
kSITLocationErrorBluetoothUnauthorized
-
location services are disabled
Declaration
Objective-C
kSITLocationErrorLocationDisabled
-
location permission is not granted
Declaration
Objective-C
kSITLocationErrorLocationRestricted
-
permission to use location services has not been granted or rejected yet
Declaration
Objective-C
kSITLocationErrorLocationAuthStatusNotDetermined
-
accuracyAuthorization needs to be fullAccuracy
Declaration
Objective-C
kSITLocationErrorLocationAccuracyAuthorizationStatusReducedAccuracy
-
model couldn’t be processed (error in download, unzip or file moves)
Declaration
Objective-C
kSITLocationErrorBuildingModelNotAvaliable
-
building has no model, it needs to be calibrated first
Declaration
Objective-C
kSITLocationErrorBuildingNotCalibrated
-
system can only be updated on the fly when it has already been started.
Declaration
Objective-C
kSITLocationErrorUnableToUpdateSystem
-
the system is not able to provide a location request based on the remote configuration
Declaration
Objective-C
kSITLocationErrorUnableToRetrieveRemoteConfiguration
-
remote configuration is not allowed (set is explicitely before using it)
Declaration
Objective-C
kSITLocationErrorRemoteConfigurationNotAllowed
-
the system is not able to retrieve geofences from server
Declaration
Objective-C
kSITLocationErrorUnableToRetrieveGeofences
-
the system is not able to retrieve provide locations without bluetooh or gps
Declaration
Objective-C
kSITLocationErrorInvalidRequest
-
the system does not allow external locations by default, there needs to be configured with the request.
Declaration
Objective-C
kSITLocationErrorExternalProviderNotConfigured