Declared in FBSDKShareConstants.h

FBSDKShareErrorCode

@typedef NS_ENUM(NSInteger, FBSDKShareErrorCode)

Definition

typedef NS_ENUM(NSInteger, FBSDKShareErrorCode ) {
   FBSDKShareReservedErrorCode = 200,
   FBSDKShareOpenGraphErrorCode,
   FBSDKShareDialogNotAvailableErrorCode,
   FBSDKShareUnknownErrorCode,
};

Constants

FBSDKShareReservedErrorCode

Reserved.

Declared In FBSDKShareConstants.h.

FBSDKShareOpenGraphErrorCode

The error code for errors from uploading open graph objects.

Declared In FBSDKShareConstants.h.

FBSDKShareDialogNotAvailableErrorCode

The error code for when a sharing dialog is not available.

Declared In FBSDKShareConstants.h.

FBSDKShareUnknownErrorCode

@The error code for unknown errors.

Declared In FBSDKShareConstants.h.

Declared In

FBSDKShareConstants.h