Difference between revisions of "Event.REQUEST ERROR"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook graph request has failed.") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
+ | '''Value:''' requestError<br/> | ||
=== Description === | === Description === | ||
Dispatched when a Facebook graph request has failed. | Dispatched when a Facebook graph request has failed. | ||
+ | === Parameters === | ||
+ | '''errorCode''': (number) code of occurred error<br/> | ||
+ | '''errorDescription''': (string) Description of the error<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.09
Value: requestError
Description
Dispatched when a Facebook graph request has failed.
Parameters
errorCode: (number) code of occurred error
errorDescription: (string) Description of the error