HereSDKAuthError

enum HereSDKAuthError {}

Type definition for auth error types, returned as the error code of NSError objects

  • Provided arguments was invalid or an incorrect format

    Declaration

    Objective-C

    HereSDKAuthErrorInvalidArgument = 10300

    Swift

    case authErrorInvalidArgument = 10300
  • Internal error

    Declaration

    Objective-C

    HereSDKAuthErrorInternal

    Swift

    case authErrorInternal = 10301
  • general auth error

    Declaration

    Objective-C

    HereSDKAuthenticationError

    Swift

    case authenticationError = 10302