WDWSDKErrorCode

enum WDWSDKErrorCode : NSUInteger {}

Error codes produced by the WDW-SDK. More information on the errors in the SDK iOS integration guide.

  • Error is thrown when the user does not grant or withdraws the permissions required by the WDW-SDK: Background execution or push notification permissions (only if the WDW-SDK push is used).

    Declaration

    Objective-C

    WDW_Permissions_Error = 1
  • Error is thrown on starting the WDW-SDK when the device does not include GPS hardware.

    Declaration

    Objective-C

    WDW_UnsupportedHardware_Error = 2
  • Error is thrown on starting the WDW-SDK or in runtime when the user has disabled the Location Service, withdrawn the permission to use it, or did not provide access to precise location.

    Declaration

    Objective-C

    WDW_GPS_Access_Error = 3