LUDeepLinkAuthErrorCode Constants Reference
| Declared in | LUConstants.h | 
LUDeepLinkAuthErrorCode
A Deep Link Auth error.
Definition
typedef NS_ENUM(NSInteger, LUDeepLinkAuthErrorCode ) {
                            
                               LUDeepLinkAuthErrorPermissionsRequired = 40000,
                            
                               LUDeepLinkAuthErrorReturnURLSchemeRequired,
                            
                               LUDeepLinkAuthErrorAppIDRequired,
                            
                               LUDeepLinkAuthErrorOneTimePadRequired,
                            
                               LUDeepLinkAuthErrorAppNotInstalled,
                            
                               LUDeepLinkAuthErrorMalformedResponse,
                            
                               LUDeepLinkAuthErrorRequestRejected,
                            
                               LUDeepLinkAuthErrorWrongSourceApplication,
                            
                            };
                    
                    Constants
LUDeepLinkAuthErrorPermissionsRequired- 
The Deep Link Auth request did not include any permission keys.
Declared In
LUConstants.h. LUDeepLinkAuthErrorReturnURLSchemeRequired- 
The Deep Link Auth request did not include a return URL scheme.
Declared In
LUConstants.h. LUDeepLinkAuthErrorAppIDRequired- 
The Deep Link Auth request did not include the requesting app’s ID (internal error).
Declared In
LUConstants.h. LUDeepLinkAuthErrorOneTimePadRequired- 
The Deep Link Auth request did not include a one-time pad (internal error).
Declared In
LUConstants.h. LUDeepLinkAuthErrorAppNotInstalled- 
The user does not have LevelUp installed.
Declared In
LUConstants.h. LUDeepLinkAuthErrorMalformedResponse- 
The Deep Link Auth response was not properly formed.
Declared In
LUConstants.h. LUDeepLinkAuthErrorRequestRejected- 
The user rejected the authorization request.
Declared In
LUConstants.h. LUDeepLinkAuthErrorWrongSourceApplication- 
The Deep Link Auth response did not come from the LevelUp app.
Declared In
LUConstants.h. 
Declared In
LUConstants.h