FBSDKLoginErrorCode Constants Reference
Declared in | FBSDKLoginConstants.h |
FBSDKLoginErrorCode
@typedef NS_ENUM(NSInteger, FBSDKLoginErrorCode)
Definition
typedef NS_ENUM(NSInteger, FBSDKLoginErrorCode ) {
FBSDKLoginReservedErrorCode = 300,
FBSDKLoginUnknownErrorCode,
FBSDKLoginPasswordChangedErrorCode,
FBSDKLoginUserCheckpointedErrorCode,
FBSDKLoginUserMismatchErrorCode,
FBSDKLoginUnconfirmedUserErrorCode,
FBSDKLoginSystemAccountAppDisabledErrorCode,
FBSDKLoginSystemAccountUnavailableErrorCode,
FBSDKLoginBadChallengeString,
};
Constants
FBSDKLoginReservedErrorCode
-
Reserved.
Declared In
FBSDKLoginConstants.h
. FBSDKLoginUnknownErrorCode
-
The error code for unknown errors.
Declared In
FBSDKLoginConstants.h
. FBSDKLoginPasswordChangedErrorCode
-
The user’s password has changed and must log in again
Declared In
FBSDKLoginConstants.h
. FBSDKLoginUserCheckpointedErrorCode
-
The user must log in to their account on www.facebook.com to restore access
Declared In
FBSDKLoginConstants.h
. FBSDKLoginUserMismatchErrorCode
-
Indicates a failure to request new permissions because the user has changed.
Declared In
FBSDKLoginConstants.h
. FBSDKLoginUnconfirmedUserErrorCode
-
The user must confirm their account with Facebook before logging in
Declared In
FBSDKLoginConstants.h
. FBSDKLoginSystemAccountAppDisabledErrorCode
-
The Accounts framework failed without returning an error, indicating the app’s slider in the iOS Facebook Settings (device Settings -> Facebook -> App Name) has been disabled.
Declared In
FBSDKLoginConstants.h
. FBSDKLoginSystemAccountUnavailableErrorCode
-
An error occurred related to Facebook system Account store
Declared In
FBSDKLoginConstants.h
. FBSDKLoginBadChallengeString
-
The login response was missing a valid challenge string.
Declared In
FBSDKLoginConstants.h
.
Declared In
FBSDKLoginConstants.h