|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.f8api.ErrorCodes
public class ErrorCodes
Field Summary | |
---|---|
static int |
FB_BAD_PARAMETER
One of the parameters specified was missing or invalid. |
static int |
FB_BAD_SIGNATURE
Incorrect signature. |
static int |
FB_BUSY
The application has reached the maximum number of requests allowed. |
static int |
FB_CALL_ID_EXPIRED
The submitted call_id was not greater than the previous call_id for this session. |
static int |
FB_IP_ADDR_DENIED
The request came from a remote address not allowed by this application. |
static int |
FB_SESSION_TIMEOUT
The session key was improperly submitted or has reached its timeout. |
static int |
FB_TEMP_UNAVAILABLE
The service is not available at this time. |
static int |
FB_UNKNOWN_APIKEY
The api key submitted is not associated with any known application. |
static int |
FB_UNKNOWN_ERROR
An unknown error occured. |
static int |
FB_UNKNOWN_METHOD
Returned by FB API when method is unknown. |
static int |
FQL_BAD_FIELD
The field you requested does not exist. |
static int |
FQL_BAD_FUNCTION
The function you called does not exist. |
static int |
FQL_BAD_TABLE
The table you requested does not exist. |
static int |
FQL_NO_INDEX
Your statement is not indexable. |
static int |
FQL_PARSE_ERROR
Error while parsing FQL statement. |
static int |
FQL_WRONG_ARGUMENTS
Wrong number of arguments passed into the function. |
Constructor Summary | |
---|---|
ErrorCodes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FB_UNKNOWN_ERROR
public static final int FB_TEMP_UNAVAILABLE
public static final int FB_UNKNOWN_METHOD
public static final int FB_BUSY
public static final int FB_IP_ADDR_DENIED
public static final int FB_BAD_PARAMETER
public static final int FB_UNKNOWN_APIKEY
public static final int FB_SESSION_TIMEOUT
public static final int FB_CALL_ID_EXPIRED
public static final int FB_BAD_SIGNATURE
public static final int FQL_PARSE_ERROR
public static final int FQL_BAD_FIELD
public static final int FQL_BAD_TABLE
public static final int FQL_NO_INDEX
public static final int FQL_BAD_FUNCTION
public static final int FQL_WRONG_ARGUMENTS
Constructor Detail |
---|
public ErrorCodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |