| Constant | Defined 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 | ||
| APP_ERROR_RESPONSE | constant |
public static const APP_ERROR_RESPONSE:int = 1383009App is not responding to us correctly. Developer has an issue.
| APP_NO_RESPONSE | constant |
public static const APP_NO_RESPONSE:int = 1383008App is not responding to us at all. Developer has an issue.
| CAPTCHA_FAILED | constant |
public static const CAPTCHA_FAILED:int = 1353010Facebook decline.
| DATABASE_ERROR | constant |
public static const DATABASE_ERROR:int = 1383006Facebook system issue.
| DISABLED | constant |
public static const DISABLED:int = 1383011Facebook system issue.
| INVALID_APP | constant |
public static const INVALID_APP:int = 1383007App is not whitelisted. Or while in test mode, developer attempted to debit a user that was not whitelisted.
| INVALID_OPERATION | constant |
public static const INVALID_OPERATION:int = 1383004Developer attempted an operation Facebook does not allow.
| INVALID_PARAMETERS | constant |
public static const INVALID_PARAMETERS:int = 1383002Developer called with the incorrect parameters.
| PAYMENT_FAILURE | constant |
public static const PAYMENT_FAILURE:int = 1383003Processor decline.
| PERMISSION_DENIED | constant |
public static const PERMISSION_DENIED:int = 1383005Facebook system issue.
| SECURITY_BLOCKED | constant |
public static const SECURITY_BLOCKED:int = 1353011Facebook decline.
| UNKNOWN | constant |
public static const UNKNOWN:int = 1383001Facebook system issue.
| USER_CANCELED | constant |
public static const USER_CANCELED:int = 1383010User explicitly cancelled out of flow.