PWLocationManagerError Constants Reference
Declared in | PWLocationManager.h |
---|
PWLocationManagerError
PWLocationManagerError
specifies the location manager’s failed error codes.
Definition
typedef NS_ENUM(NSUInteger, PWLocationManagerError ) {
PWLocationManagerErrorUnknown = 0,
PWLocationManagerErrorBadRequest = 400,
PWLocationManagerErrorUnauthorized = 401,
PWLocationManagerErrorRequestTimeout = 408,
PWLocationManagerErrorServiceUnavailable = 503,
PWLocationManagerErrorProviderNotConfigured = 600,
PWLocationManagerErrorMockDataInvalid = 1000,
PWLocationManagerErrorUnconfirmLocation = 1001,
};
Constants
PWLocationManagerErrorUnknown
-
The error is unknown.
Declared In
PWLocationManager.h
. PWLocationManagerErrorBadRequest
-
A bad location request error.
Declared In
PWLocationManager.h
. PWLocationManagerErrorUnauthorized
-
Not authorized to fetch location information.
Declared In
PWLocationManager.h
. PWLocationManagerErrorRequestTimeout
-
The location request timed out.
Declared In
PWLocationManager.h
. PWLocationManagerErrorServiceUnavailable
-
Location services are unavailable.
Declared In
PWLocationManager.h
. PWLocationManagerErrorProviderNotConfigured
-
Location services provider is not properly configured.
Declared In
PWLocationManager.h
. PWLocationManagerErrorMockDataInvalid
-
Mock location data is invalid.
Declared In
PWLocationManager.h
. PWLocationManagerErrorUnconfirmLocation
-
Mock location data is invalid.
Declared In
PWLocationManager.h
.
Declared In
PWLocationManager.h