FileDocCategorySizeDatePackage
ErrorCode.javaAPI DocGoogle Facebook API v1.46601Fri Oct 26 17:58:32 BST 2007com.facebook.api

ErrorCode

public class ErrorCode extends Object
Static class for organizing the error codes used by the Facebook API. Full details are here: http://wiki.developers.facebook.com/index.php/Error_codes

Fields Summary
public static final Integer
GEN_UNKNOWN_ERROR
An unspecified error occured.
public static final Integer
GEN_SERVICE_ERROR
API service is temporarily down.
public static final Integer
GEN_UNKNOWN_METHOD
Unknown API method specified
public static final Integer
GEN_TOO_MANY_CALLS
Too many API calls have been made
public static final Integer
GEN_BAD_IP
The API call was made from a machine with a blocked IP
public static final Integer
GEN_WRONG_API_SERVER
An invalid API server URL was specified
public static final Integer
GEN_INVALID_PARAMETER
A specified API parameter was invalid, or a required parameter was missing
public static final Integer
PHOTO_INVALID_USER_ID
Specified user not valid
public static final Integer
PHOTO_INVALID_ALBUM_ID
Specified album not valid
public static final Integer
PHOTO_INVALID_PHOTO_ID
Specified photo not valid
public static final Integer
FEED_INVALID_PRIORITY
Feed priority value not valid
public static final Integer
GEN_PERMISSIONS_ERROR
The requested action generated a permissions error
public static final Integer
FBML_DESKTOP_FBML_RESTRICTED
Desktop app tried to set FBML for an invalid user
public static final Integer
PERM_REQUIRED_STATUS
Updating a user's status requires extended permissions
public static final Integer
PERM_REQUIRED_PHOTOS
Editing existing photos requires extended permissions
public static final Integer
PHOTOS_ALBUM_FULL
The specified album is full
public static final Integer
PHOTOS_INVALID_TAG_SUBJECT
The specified photo tag target is invalid
public static final Integer
PHOTOS_TAG_NOT_ALLOWED
The specified photo cannot be tagged
public static final Integer
PHOTOS_BAD_IMAGE
The photo file is invalid or missing
public static final Integer
PHOTOS_TOO_MANY_PHOTOS
Too many photos are pending
public static final Integer
PHOTOS_TOO_MANY_TAGS
Too many tags are pending
public static final Integer
FBML_MARKUP_NOT_SET
Failed to set FBML parkup
public static final Integer
FEED_LIMIT_REACHED
Feed publication limit reached
public static final Integer
FEED_ACTION_LIMIT_REACHED
Feed action limit reached
public static final Integer
FEED_TOO_MANY_LINKS
Feed title contains too many links
public static final Integer
FEED_TITLE_LENGTH_EXCEEDED
Feed title is too long
public static final Integer
FEED_INCORRECT_USERLINK
Too many fb:userLink tags in title, or like points to an invalid user
public static final Integer
FEED_BLANK_TITLE
Feed title is blank
public static final Integer
FEED_BODY_LENGTH_EXCEEDED
Feed body is too long
public static final Integer
FEED_PHOTO_NOT_FOUND
Could not find photo to include in feed
public static final Integer
FEED_PHOTO_LINK_INVALID
Specified photo URL for feed is invalid
public static final Integer
FQL_UNKNOWN_ERROR
An unknown error occured when processing FQL
public static final Integer
FQL_PARSE_ERROR
FQL query fails to parse
public static final Integer
FQL_FIELD_NOT_FOUND
Field referenced in FQL was not found
public static final Integer
FQL_TABLE_NOT_FOUND
Table referenced in FQL was not found
public static final Integer
FQL_NOT_INDEXABLE
FQL query cannot be indexed
public static final Integer
FQL_INVALID_FUNCTION
The requested FQL function was not found
public static final Integer
FQL_INVALID_PARAMETER
The FQL query includes an invalid parameter
public static final Integer
GEN_REF_SET_FAILED
Unknown error, please try the request again
Constructors Summary
Methods Summary