WDWSDKErrorCode Constants Reference

Declared in WDWPubDefinitions.h

WDWSDKErrorCode

Error codes produced by WDW-SDK, more info in ‘List of Errors’ documentation section.

Definition

typedef NS_ENUM(NSUInteger, WDWSDKErrorCode ) {
   WDW_Permissions_Error = 1,
   WDW_UnsupportedHardware_Error = 2,
   WDW_GPS_Access_Error = 3,
};

Constants

WDW_Permissions_Error

WDW-SDK is stopped because background execution permission is not granted or withdrawn by the user. Ask user to grant required permissions.

Declared In WDWPubDefinitions.h.

WDW_UnsupportedHardware_Error

WDW-SDK failed to start because iOS device lacks necessary sensors. Do not start SDK again on that device.

Declared In WDWPubDefinitions.h.

WDW_GPS_Access_Error

WDW-SDK is stopped because Location services are disabled or user has denied the access. Ask user to enable location access.

Declared In WDWPubDefinitions.h.

Declared In

WDWPubDefinitions.h