SITLocationError Constants Reference
Declared in | SITLocationError.h |
---|
SITLocationError
Type of error the location manager can return.
- kSITLocationErrorNetwork: there was a network error.
- kSITLocationErrorUnauthorized: you have not permissions access the information because you are not allowed to see it.
- kSITLocationErrorBadRequest: there is a problem with parameters.
- kSITLocationErrorPermissionDenied: you have no permissions to use the location of the user.
- kSITLocationErrorAlreadyStarted: you can only start the system once.
- kSITLocationErrorSystemStopped: you can only stop the system when is previosly started.
Definition
typedef NS_ENUM(NSInteger, SITLocationError ) {
kSITLocationErrorNetwork = 0,
kSITLocationErrorUnauthorized,
kSITLocationErrorBadRequest,
kSITLocationErrorPermissionDenied,
kSITLocationErrorAlreadyStarted,
kSITLocationErrorSystemStopped,
};
Constants
kSITLocationErrorNetwork
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorUnauthorized
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorBadRequest
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorPermissionDenied
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorAlreadyStarted
-
Type of error the location manager can return.
Declared In
SITLocationError.h
. kSITLocationErrorSystemStopped
-
Type of error the location manager can return.
Declared In
SITLocationError.h
.
Declared In
SITLocationError.h