Packagecom.facebook.graph.data.ui.credits
Classpublic class CreditsErrorCode



Public Constants
 ConstantDefined by
  APP_ERROR_RESPONSE : int = 1383009
[static] App is not responding to us correctly.
CreditsErrorCode
  APP_NO_RESPONSE : int = 1383008
[static] App is not responding to us at all.
CreditsErrorCode
  CAPTCHA_FAILED : int = 1353010
[static] Facebook decline.
CreditsErrorCode
  DATABASE_ERROR : int = 1383006
[static] Facebook system issue.
CreditsErrorCode
  DISABLED : int = 1383011
[static] Facebook system issue.
CreditsErrorCode
  INVALID_APP : int = 1383007
[static] App is not whitelisted.
CreditsErrorCode
  INVALID_OPERATION : int = 1383004
[static] Developer attempted an operation Facebook does not allow.
CreditsErrorCode
  INVALID_PARAMETERS : int = 1383002
[static] Developer called with the incorrect parameters.
CreditsErrorCode
  PAYMENT_FAILURE : int = 1383003
[static] Processor decline.
CreditsErrorCode
  PERMISSION_DENIED : int = 1383005
[static] Facebook system issue.
CreditsErrorCode
  SECURITY_BLOCKED : int = 1353011
[static] Facebook decline.
CreditsErrorCode
  UNKNOWN : int = 1383001
[static] Facebook system issue.
CreditsErrorCode
  USER_CANCELED : int = 1383010
[static] User explicitly cancelled out of flow.
CreditsErrorCode
Constant detail
APP_ERROR_RESPONSEconstant
public static const APP_ERROR_RESPONSE:int = 1383009

App is not responding to us correctly. Developer has an issue.

APP_NO_RESPONSEconstant 
public static const APP_NO_RESPONSE:int = 1383008

App is not responding to us at all. Developer has an issue.

CAPTCHA_FAILEDconstant 
public static const CAPTCHA_FAILED:int = 1353010

Facebook decline.

DATABASE_ERRORconstant 
public static const DATABASE_ERROR:int = 1383006

Facebook system issue.

DISABLEDconstant 
public static const DISABLED:int = 1383011

Facebook system issue.

INVALID_APPconstant 
public static const INVALID_APP:int = 1383007

App is not whitelisted. Or while in test mode, developer attempted to debit a user that was not whitelisted.

INVALID_OPERATIONconstant 
public static const INVALID_OPERATION:int = 1383004

Developer attempted an operation Facebook does not allow.

INVALID_PARAMETERSconstant 
public static const INVALID_PARAMETERS:int = 1383002

Developer called with the incorrect parameters.

PAYMENT_FAILUREconstant 
public static const PAYMENT_FAILURE:int = 1383003

Processor decline.

PERMISSION_DENIEDconstant 
public static const PERMISSION_DENIED:int = 1383005

Facebook system issue.

SECURITY_BLOCKEDconstant 
public static const SECURITY_BLOCKED:int = 1353011

Facebook decline.

UNKNOWNconstant 
public static const UNKNOWN:int = 1383001

Facebook system issue.

USER_CANCELEDconstant 
public static const USER_CANCELED:int = 1383010

User explicitly cancelled out of flow.