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 = 10300Swift
case authErrorInvalidArgument = 10300 -
Internal error
Declaration
Objective-C
HereSDKAuthErrorInternalSwift
case authErrorInternal = 10301 -
general auth error
Declaration
Objective-C
HereSDKAuthenticationErrorSwift
case authenticationError = 10302
HereSDKAuthError Enumeration Reference