WDWSDKErrorCode
enum WDWSDKErrorCode {}
Error codes produced by WDW-SDK, more info in ‘List of Errors’ documentation section.
-
Undocumented
Declaration
Objective-C
WDW_Permissions_Error = 1 -
WDW-SDK is stopped because background execution permission is not granted or withdrawn by the user. Ask user to grant required permissions.
Declaration
Objective-C
WDW_UnsupportedHardware_Error = 2 -
WDW-SDK failed to start because iOS device lacks necessary sensors. Do not start SDK again on that device.
Declaration
Objective-C
WDW_GPS_Access_Error = 3
WDWSDKErrorCode Enumeration Reference