Overview

Packages

  • None
  • Service
    • Facebook

Classes

  • Horde_Service_Facebook_Auth
  • Horde_Service_Facebook_Base
  • Horde_Service_Facebook_BatchRequest
  • Horde_Service_Facebook_ErrorCodes
  • Horde_Service_Facebook_Events
  • Horde_Service_Facebook_Exception
  • Horde_Service_Facebook_Fql
  • Horde_Service_Facebook_Friends
  • Horde_Service_Facebook_Groups
  • Horde_Service_Facebook_Links
  • Horde_Service_Facebook_Notes
  • Horde_Service_Facebook_Notifications
  • Horde_Service_Facebook_Photos
  • Horde_Service_Facebook_Request
  • Horde_Service_Facebook_Streams
  • Horde_Service_Facebook_Translation
  • Horde_Service_Facebook_UploadRequest
  • Horde_Service_Facebook_Users
  • Horde_Service_Facebook_Videos
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Service_Facebook_ErrorCodes

Error codes and descriptions for the Facebook API.

Copyright 2009-2012 Horde LLC (http://www.horde.org/)

Package: Service\Facebook
Category: Horde
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Facebook/ErrorCodes.php
Constants summary
integer API_EC_SUCCESS
# 0
integer API_EC_UNKNOWN
# 1
integer API_EC_SERVICE
# 2
integer API_EC_METHOD
# 3
integer API_EC_TOO_MANY_CALLS
# 4
integer API_EC_BAD_IP
# 5
integer API_EC_HOST_API
# 6
integer API_EC_HOST_UP
# 7
integer API_EC_SECURE
# 8
integer API_EC_RATE
# 9
integer API_EC_PERMISSION_DENIED
# 10
integer API_EC_DEPRECATED
# 11
integer API_EC_VERSION
# 12
integer API_EC_PARAM
# 100
integer API_EC_PARAM_API_KEY
# 101
integer API_EC_PARAM_SESSION_KEY
# 102
integer API_EC_PARAM_CALL_ID
# 103
integer API_EC_PARAM_SIGNATURE
# 104
integer API_EC_PARAM_TOO_MANY
# 105
integer API_EC_PARAM_USER_ID
# 110
integer API_EC_PARAM_USER_FIELD
# 111
integer API_EC_PARAM_SOCIAL_FIELD
# 112
integer API_EC_PARAM_EMAIL
# 113
integer API_EC_PARAM_USER_ID_LIST
# 114
integer API_EC_PARAM_ALBUM_ID
# 120
integer API_EC_PARAM_PHOTO_ID
# 121
integer API_EC_PARAM_FEED_PRIORITY
# 130
integer API_EC_PARAM_CATEGORY
# 140
integer API_EC_PARAM_SUBCATEGORY
# 141
integer API_EC_PARAM_TITLE
# 142
integer API_EC_PARAM_DESCRIPTION
# 143
integer API_EC_PARAM_BAD_JSON
# 144
integer API_EC_PARAM_BAD_EID
# 150
integer API_EC_PARAM_UNKNOWN_CITY
# 151
integer API_EC_PARAM_BAD_PAGE_TYPE
# 152
integer API_EC_PERMISSION
# 200
integer API_EC_PERMISSION_USER
# 210
integer API_EC_PERMISSION_ALBUM
# 220
integer API_EC_PERMISSION_PHOTO
# 221
integer API_EC_PERMISSION_MESSAGE
# 230
integer API_EC_PERMISSION_OTHER_USER
# 240
integer API_EC_PERMISSION_STATUS_UPDATE
# 250
integer API_EC_PERMISSION_PHOTO_UPLOAD
# 260
integer API_EC_PERMISSION_VIDEO_UPLOAD
# 261
integer API_EC_PERMISSION_SMS
# 270
integer API_EC_PERMISSION_CREATE_LISTING
# 280
integer API_EC_PERMISSION_CREATE_NOTE
# 281
integer API_EC_PERMISSION_SHARE_ITEM
# 282
integer API_EC_PERMISSION_EVENT
# 290
integer API_EC_PERMISSION_LARGE_FBML_TEMPLATE
# 291
integer API_EC_PERMISSION_LIVEMESSAGE
# 292
integer API_EC_PERMISSION_RSVP_EVENT
# 299
integer API_EC_EDIT
# 300
integer API_EC_EDIT_USER_DATA
# 310
integer API_EC_EDIT_PHOTO
# 320
integer API_EC_EDIT_ALBUM_SIZE
# 321
integer API_EC_EDIT_PHOTO_TAG_SUBJECT
# 322
integer API_EC_EDIT_PHOTO_TAG_PHOTO
# 323
integer API_EC_EDIT_PHOTO_FILE
# 324
integer API_EC_EDIT_PHOTO_PENDING_LIMIT
# 325
integer API_EC_EDIT_PHOTO_TAG_LIMIT
# 326
integer API_EC_EDIT_ALBUM_REORDER_PHOTO_NOT_IN_ALBUM
# 327
integer API_EC_EDIT_ALBUM_REORDER_TOO_FEW_PHOTOS
# 328
integer API_EC_MALFORMED_MARKUP
# 329
integer API_EC_EDIT_MARKUP
# 330
integer API_EC_EDIT_FEED_TOO_MANY_USER_CALLS
# 340
integer API_EC_EDIT_FEED_TOO_MANY_USER_ACTION_CALLS
# 341
integer API_EC_EDIT_FEED_TITLE_LINK
# 342
integer API_EC_EDIT_FEED_TITLE_LENGTH
# 343
integer API_EC_EDIT_FEED_TITLE_NAME
# 344
integer API_EC_EDIT_FEED_TITLE_BLANK
# 345
integer API_EC_EDIT_FEED_BODY_LENGTH
# 346
integer API_EC_EDIT_FEED_PHOTO_SRC
# 347
integer API_EC_EDIT_FEED_PHOTO_LINK
# 348
integer API_EC_EDIT_VIDEO_SIZE
# 350
integer API_EC_EDIT_VIDEO_INVALID_FILE
# 351
integer API_EC_EDIT_VIDEO_INVALID_TYPE
# 352
integer API_EC_EDIT_VIDEO_FILE
# 353
integer API_EC_EDIT_FEED_TITLE_ARRAY
# 360
integer API_EC_EDIT_FEED_TITLE_PARAMS
# 361
integer API_EC_EDIT_FEED_BODY_ARRAY
# 362
integer API_EC_EDIT_FEED_BODY_PARAMS
# 363
integer API_EC_EDIT_FEED_PHOTO
# 364
integer API_EC_EDIT_FEED_TEMPLATE
# 365
integer API_EC_EDIT_FEED_TARGET
# 366
integer API_EC_EDIT_FEED_MARKUP
# 367
integer API_EC_SESSION_TIMED_OUT

SESSION ERRORS

SESSION ERRORS

# 450
integer API_EC_SESSION_METHOD
# 451
integer API_EC_SESSION_INVALID
# 452
integer API_EC_SESSION_REQUIRED
# 453
integer API_EC_SESSION_REQUIRED_FOR_SECRET
# 454
integer API_EC_SESSION_CANNOT_USE_SESSION_SECRET
# 455
integer FQL_EC_UNKNOWN_ERROR

FQL ERRORS

FQL ERRORS

# 600
integer FQL_EC_PARSER
# 601
integer FQL_EC_PARSER_ERROR
# 601
integer FQL_EC_UNKNOWN_FIELD
# 602
integer FQL_EC_UNKNOWN_TABLE
# 603
integer FQL_EC_NOT_INDEXABLE
# 604
integer FQL_EC_NO_INDEX
# 604
integer FQL_EC_UNKNOWN_FUNCTION
# 605
integer FQL_EC_INVALID_PARAM
# 606
integer FQL_EC_INVALID_FIELD
# 607
integer FQL_EC_INVALID_SESSION
# 608
integer FQL_EC_UNSUPPORTED_APP_TYPE
# 609
integer FQL_EC_SESSION_SECRET_NOT_ALLOWED
# 610
integer API_EC_REF_SET_FAILED
# 700
integer API_EC_DATA_UNKNOWN_ERROR

DATA STORE API ERRORS

DATA STORE API ERRORS

# 800
integer API_EC_DATA_INVALID_OPERATION
# 801
integer API_EC_DATA_QUOTA_EXCEEDED
# 802
integer API_EC_DATA_OBJECT_NOT_FOUND
# 803
integer API_EC_DATA_OBJECT_ALREADY_EXISTS
# 804
integer API_EC_DATA_DATABASE_ERROR
# 805
integer API_EC_DATA_CREATE_TEMPLATE_ERROR
# 806
integer API_EC_DATA_TEMPLATE_EXISTS_ERROR
# 807
integer API_EC_DATA_TEMPLATE_HANDLE_TOO_LONG
# 808
integer API_EC_DATA_TEMPLATE_HANDLE_ALREADY_IN_USE
# 809
integer API_EC_DATA_TOO_MANY_TEMPLATE_BUNDLES
# 810
integer API_EC_DATA_MALFORMED_ACTION_LINK
# 811
integer API_EC_DATA_TEMPLATE_USES_RESERVED_TOKEN
# 812
integer API_EC_NO_SUCH_APP
# 900
integer API_EC_BATCH_TOO_MANY_ITEMS
# 950
integer API_EC_BATCH_ALREADY_STARTED
# 951
integer API_EC_BATCH_NOT_STARTED
# 952
integer API_EC_BATCH_METHOD_NOT_ALLOWED_IN_BATCH_MODE
# 953
integer API_EC_EVENT_INVALID_TIME
# 1000
integer API_EC_INFO_NO_INFORMATION
# 1050
integer API_EC_INFO_SET_FAILED
# 1051
integer API_EC_LIVEMESSAGE_SEND_FAILED
# 1100
integer API_EC_LIVEMESSAGE_EVENT_NAME_TOO_LONG
# 1101
integer API_EC_LIVEMESSAGE_MESSAGE_TOO_LONG
# 1102
integer API_EC_CONNECT_FEED_DISABLED
# 1300
integer API_EC_TAG_BUNDLE_QUOTA
# 1400
integer API_EC_SHARE_BAD_URL
# 1500
integer API_EC_NOTE_CANNOT_MODIFY
# 1600
integer API_EC_COMMENTS_UNKNOWN
# 1700
integer API_EC_COMMENTS_POST_TOO_LONG
# 1701
integer API_EC_COMMENTS_DB_DOWN
# 1702
integer API_EC_COMMENTS_INVALID_XID
# 1703
integer API_EC_COMMENTS_INVALID_UID
# 1704
integer API_EC_COMMENTS_INVALID_POST
# 1705
API documentation generated by ApiGen