Package | com.adobe.webapis.flickr |
Class | public class FlickrError |
Property | Defined by | ||
---|---|---|---|
errorCode : int
The error code returned from Flickr
| FlickrError | ||
errorMessage : String
The error message returned from Flickr
| FlickrError |
Method | Defined by | ||
---|---|---|---|
Constructs a new FlickrError instance
| FlickrError |
Constant | Defined by | ||
---|---|---|---|
FORMAT_NOT_FOUND : int = 111 [static] The requested response format was not found.
| FlickrError | ||
INSUFFICIENT_PERMISSIONS : int = 99 [static] The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions.
| FlickrError | ||
INVALID_API_KEY : int = 100 [static] The API key passed was not valid or has expired.
| FlickrError | ||
INVALID_SIGNATURE : int = 96 [static] The passed signature was invalid.
| FlickrError | ||
INVALID_SOAP_ENVELOPE : int = 114 [static] The SOAP envelope send in the request could not be parsed.
| FlickrError | ||
INVALID_XML_RPC_CALL : int = 115 [static] The XML-RPC request document could not be parsed
| FlickrError | ||
LOGIN_FAILED : int = 98 [static] The login details or auth token passed were invalid.
| FlickrError | ||
METHOD_NOT_FOUND : int = 112 [static] The requested method was not found.
| FlickrError | ||
MISSING_SIGNATURE : int = 97 [static] The call required signing but no signature was sent.
| FlickrError | ||
SERVICE_CURRENTLY_UNAVAILABLE : int = 105 [static] The requested service is temporarily unavailable.
| FlickrError |
errorCode | property |
errorCode:int
[read-write]The error code returned from Flickr
Implementation public function get errorCode():int
public function set errorCode(value:int):void
errorMessage | property |
errorMessage:String
[read-write]The error message returned from Flickr
Implementation public function get errorMessage():String
public function set errorMessage(value:String):void
FlickrError | () | constructor |
public function FlickrError()
Constructs a new FlickrError instance
FORMAT_NOT_FOUND | constant |
public static const FORMAT_NOT_FOUND:int = 111
The requested response format was not found.
INSUFFICIENT_PERMISSIONS | constant |
public static const INSUFFICIENT_PERMISSIONS:int = 99
The method requires user authentication but the user was not logged in, or the authenticated method call did not have the required permissions.
INVALID_API_KEY | constant |
public static const INVALID_API_KEY:int = 100
The API key passed was not valid or has expired.
INVALID_SIGNATURE | constant |
public static const INVALID_SIGNATURE:int = 96
The passed signature was invalid.
INVALID_SOAP_ENVELOPE | constant |
public static const INVALID_SOAP_ENVELOPE:int = 114
The SOAP envelope send in the request could not be parsed.
INVALID_XML_RPC_CALL | constant |
public static const INVALID_XML_RPC_CALL:int = 115
The XML-RPC request document could not be parsed
LOGIN_FAILED | constant |
public static const LOGIN_FAILED:int = 98
The login details or auth token passed were invalid.
METHOD_NOT_FOUND | constant |
public static const METHOD_NOT_FOUND:int = 112
The requested method was not found.
MISSING_SIGNATURE | constant |
public static const MISSING_SIGNATURE:int = 97
The call required signing but no signature was sent.
SERVICE_CURRENTLY_UNAVAILABLE | constant |
public static const SERVICE_CURRENTLY_UNAVAILABLE:int = 105
The requested service is temporarily unavailable.