FBSDKErrorCode Constants Reference
Declared in | FBSDKConstants.h |
FBSDKErrorCode
@typedef NS_ENUM(NSInteger, FBSDKErrorCode)
Definition
typedef NS_ENUM(NSInteger, FBSDKErrorCode ) {
FBSDKReservedErrorCode = 0,
FBSDKEncryptionErrorCode,
FBSDKInvalidArgumentErrorCode,
FBSDKUnknownErrorCode,
FBSDKNetworkErrorCode,
FBSDKAppEventsFlushErrorCode,
FBSDKGraphRequestNonTextMimeTypeReturnedErrorCode,
FBSDKGraphRequestProtocolMismatchErrorCode,
FBSDKGraphRequestGraphAPIErrorCode,
FBSDKDialogUnavailableErrorCode,
FBSDKAccessTokenRequiredErrorCode,
FBSDKAppVersionUnsupportedErrorCode,
FBSDKBrowswerUnavailableErrorCode,
};
Constants
FBSDKReservedErrorCode
-
Reserved.
Declared In
FBSDKConstants.h
. FBSDKEncryptionErrorCode
-
The error code for errors from invalid encryption on incoming encryption URLs.
Declared In
FBSDKConstants.h
. FBSDKInvalidArgumentErrorCode
-
The error code for errors from invalid arguments to SDK methods.
Declared In
FBSDKConstants.h
. FBSDKUnknownErrorCode
-
The error code for unknown errors.
Declared In
FBSDKConstants.h
. FBSDKNetworkErrorCode
-
A request failed due to a network error. Use NSUnderlyingErrorKey to retrieve the error object from the NSURLConnection for more information.
Declared In
FBSDKConstants.h
. FBSDKAppEventsFlushErrorCode
-
The error code for errors encounted during an App Events flush.
Declared In
FBSDKConstants.h
. FBSDKGraphRequestNonTextMimeTypeReturnedErrorCode
-
An endpoint that returns a binary response was used with FBSDKGraphRequestConnection.
Declared In
FBSDKConstants.h
. FBSDKGraphRequestProtocolMismatchErrorCode
-
The operation failed because the server returned an unexpected response.
Declared In
FBSDKConstants.h
. FBSDKGraphRequestGraphAPIErrorCode
-
The Graph API returned an error.
Declared In
FBSDKConstants.h
. FBSDKDialogUnavailableErrorCode
-
The specified dialog configuration is not available.
Declared In
FBSDKConstants.h
. FBSDKAccessTokenRequiredErrorCode
-
Indicates an operation failed because a required access token was not found.
Declared In
FBSDKConstants.h
. FBSDKAppVersionUnsupportedErrorCode
-
Indicates an app switch (typically for a dialog) failed because the destination app is out of date.
Declared In
FBSDKConstants.h
. FBSDKBrowswerUnavailableErrorCode
-
Indicates an app switch to the browser (typically for a dialog) failed.
Declared In
FBSDKConstants.h
.
Declared In
FBSDKConstants.h