SKSensorError Constants Reference
| Declared in | SKErrors.h | 
|---|
SKSensorError
NSError codes in SKErrorDomain.
Definition
typedef NS_ENUM(NSInteger, SKSensorError ) {
                            
                               SKSensorNotAvailableError = 0,
                            
                               SKSensorAlreadyRegisteredError = 10,
                            
                               SKSensorNotRegisteredError = 11,
                            
                               SKSensorCurrentlySensingError = 20,
                            
                               SKSensorCurrentlyNotSensingError = 21,
                            
                               SKDataHandlerAlreadyRegistered = 30,
                            
                               SKDataHandlerNotRegistered = 31,
                            
                               SKConfigurationNotValid = 40,
                            
                               SKConfigurationEddystoneProximityNamespaceNotValid = 41,
                            
                            };
                    
                    Constants
SKSensorNotAvailableError- 
Sensor is not available.
Declared In
SKErrors.h. SKSensorAlreadyRegisteredError- 
Sensor is already registered.
Declared In
SKErrors.h. SKSensorNotRegisteredError- 
Sensor is not registered.
Declared In
SKErrors.h. SKSensorCurrentlySensingError- 
Sensor is currently sensing.
Declared In
SKErrors.h. SKSensorCurrentlyNotSensingError- 
Sensor is currently not sensing.
Declared In
SKErrors.h. SKDataHandlerAlreadyRegistered- 
Sensor Data Handler is already registered.
Declared In
SKErrors.h. SKDataHandlerNotRegistered- 
Sensor Data Handler is not registered
Declared In
SKErrors.h. SKConfigurationNotValid- 
Configuration is not compatible with the registered sensor.
Declared In
SKErrors.h. SKConfigurationEddystoneProximityNamespaceNotValid- 
Eddystone Proximity Namespace is not valid.
Declared In
SKErrors.h. 
Declared In
SKErrors.h