Hello SERVOY users,
I find in ‘login_GO’ method , references to function not documented and that I can see nowhere in the main function tree from method editor ???
What’s are the exact function of them :
try {
…
}
What’s the goal of try structure ?
catch (error) {
** plugins.dialogs.showErrorDialog(“Login error”, “Your account is not fully setup”, “OK”)**
** return**
** }**
I suppose the catch function capture automatically the error code from last Database function ?
I hope someone can give me documentation about these functions and perhaps some others.
Thanks.
DomTom