//
//  ErrorCodes.h
//  Pods
//
//  Created by Maurits van Beusekom on 24/06/2020.
//

FOUNDATION_EXPORT NSString * const GeolocatorErrorLocationUpdateFailure;
FOUNDATION_EXPORT NSString * const GeolocatorErrorLocationServicesDisabled;
FOUNDATION_EXPORT NSString * const GeolocatorErrorLocationSubscriptionActive;
FOUNDATION_EXPORT NSString * const GeolocatorErrorPermissionDefinitionsNotFound;
FOUNDATION_EXPORT NSString * const GeolocatorErrorPermissionDenied;
FOUNDATION_EXPORT NSString * const GeolocatorErrorPermissionRequestInProgress;
