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