net.sf.f8api
Class ErrorCodes

java.lang.Object
  extended by net.sf.f8api.ErrorCodes

public class ErrorCodes
extends java.lang.Object


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

FB_UNKNOWN_ERROR

public static final int FB_UNKNOWN_ERROR
An unknown error occured.

See Also:
Constant Field Values

FB_TEMP_UNAVAILABLE

public static final int FB_TEMP_UNAVAILABLE
The service is not available at this time.

See Also:
Constant Field Values

FB_UNKNOWN_METHOD

public static final int FB_UNKNOWN_METHOD
Returned by FB API when method is unknown.

See Also:
Constant Field Values

FB_BUSY

public static final int FB_BUSY
The application has reached the maximum number of requests allowed. More requests are allowed once the time window has completed.

See Also:
Constant Field Values

FB_IP_ADDR_DENIED

public static final int FB_IP_ADDR_DENIED
The request came from a remote address not allowed by this application.

See Also:
Constant Field Values

FB_BAD_PARAMETER

public static final int FB_BAD_PARAMETER
One of the parameters specified was missing or invalid.

See Also:
Constant Field Values

FB_UNKNOWN_APIKEY

public static final int FB_UNKNOWN_APIKEY
The api key submitted is not associated with any known application.

See Also:
Constant Field Values

FB_SESSION_TIMEOUT

public static final int FB_SESSION_TIMEOUT
The session key was improperly submitted or has reached its timeout. Direct the user to log in again to obtain another key.

See Also:
Constant Field Values

FB_CALL_ID_EXPIRED

public static final int FB_CALL_ID_EXPIRED
The submitted call_id was not greater than the previous call_id for this session.

See Also:
Constant Field Values

FB_BAD_SIGNATURE

public static final int FB_BAD_SIGNATURE
Incorrect signature.

See Also:
Constant Field Values

FQL_PARSE_ERROR

public static final int FQL_PARSE_ERROR
Error while parsing FQL statement.

See Also:
Constant Field Values

FQL_BAD_FIELD

public static final int FQL_BAD_FIELD
The field you requested does not exist.

See Also:
Constant Field Values

FQL_BAD_TABLE

public static final int FQL_BAD_TABLE
The table you requested does not exist.

See Also:
Constant Field Values

FQL_NO_INDEX

public static final int FQL_NO_INDEX
Your statement is not indexable.

See Also:
Constant Field Values

FQL_BAD_FUNCTION

public static final int FQL_BAD_FUNCTION
The function you called does not exist.

See Also:
Constant Field Values

FQL_WRONG_ARGUMENTS

public static final int FQL_WRONG_ARGUMENTS
Wrong number of arguments passed into the function.

See Also:
Constant Field Values
Constructor Detail

ErrorCodes

public ErrorCodes()


Copyright © 2007 Jason Thrasher. All Rights Reserved.