AdobeAuthErrorCode Constants Reference
Declared in | AdobeAuthError.h |
AdobeAuthErrorCode
AdobeAuthErrorCode is an enumerated type that specifies the type of error that may occur during the authentication process.
Definition
typedef NS_ENUM(NSInteger, AdobeAuthErrorCode ) {
AdobeAuthErrorCodeOffline = kCFURLErrorNotConnectedToInternet,
AdobeAuthErrorCodeNoError = 0,
AdobeAuthErrorCodeUserCancelled = 1,
AdobeAuthErrorCodeUserInteractionRequired = 2,
AdobeAuthErrorCodeUsernameAndPasswordRequired = 3,
AdobeAuthErrorCodeDeviceIDRequired = 4,
AdobeAuthErrorCodeClientIDRequired = 5,
AdobeAuthErrorCodeInvalidArgument = 6,
AdobeAuthErrorCodeUserNotEntitled = 7,
AdobeAuthErrorCodeUserCredentialsRequired = 8,
AdobeAuthErrorCodeUserAlreadyAuthenticated = 9,
AdobeAuthErrorCodeAPINotAvailable = 10,
AdobeAuthErrorCodeFacebookSDKLoginError = 11,
AdobeAuthErrorCodeNotConfiguredForFacebookSDK = 12,
AdobeAuthErrorCodeFacebookTokenExpired = 13,
AdobeAuthErrorCodeSocialProviderNotAvailable = 14,
AdobeAuthErrorCodeInvalidResponse = 15,
AdobeAuthErrorCodeFacebookInsufficientPermissions = 16,
AdobeAuthErrorCodeUnknownError = 99,
};
Constants
AdobeAuthErrorCodeOffline
-
Indicates that the authentication process failed because the application cannot connect to the Internet.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeNoError
-
no error
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUserCancelled
-
Indicates that the authentication process has been cancelled by the user.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUserInteractionRequired
-
Indicates that the login process cannot proceed without user interactions.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUsernameAndPasswordRequired
-
Indicates that a valid username and password is not provided.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeDeviceIDRequired
-
Indicates that a Device ID is required to continue with the authentication process.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeClientIDRequired
-
Indicates that a Client ID is required to continue with the authentication process.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeInvalidArgument
-
Invalid argument
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUserNotEntitled
-
Indicates that the user is not entitled to send assets to a desktop application.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUserCredentialsRequired
-
Indicates that valid user credentials are required.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUserAlreadyAuthenticated
-
Indicates that the user is already authenticated.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeAPINotAvailable
-
Indicates that the API is not available.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeFacebookSDKLoginError
-
Indicates that Facebook SDK login error occured.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeNotConfiguredForFacebookSDK
-
Indicates that Facebook SDK login error occured.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeFacebookTokenExpired
-
Indicates that Facebook token has expired.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeSocialProviderNotAvailable
-
Indicates that social provider is not available. This can be due to one the below reason, 1. The social provider availability call was not performed. 2. The social provider is not enabled for your app. 3. The social provider is not supported yet.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeInvalidResponse
-
Indicates that response is invalid or unexpected.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeFacebookInsufficientPermissions
-
Indicates that User did not provide sufficient permissions.
Declared In
AdobeAuthError.h
. AdobeAuthErrorCodeUnknownError
-
Indicates that an aunknow error has occured during the authentication process.
Declared In
AdobeAuthError.h
.
Declared In
AdobeAuthError.h