Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Yanifska on May 16, 2014, 10:41:50 AM
-
Hi,
I am studying more in depth the Parse sample scene and something seems broken to me.
In the Parse Query FSM, if there is no MyParseObject class then the ParseObjectCreateQuery still send a successful event.
Also the Parse Object Comparison Clause (I tried also Exist Clause) returns successful as well even if the class doesn't exist.
Finally, only the MyParseObjectFirstAsync will return an NoResult Event.
Is this supposed to behave that way ? Maybe I just don't understand what the error event are supposed to mean.
Thanks
Yaniv
-
Hi,
I'll have a closer look, but Errors are indeed no necessarly errors in the expected query result, but more errors with Parse being down, or internet being unavailable.
Bye,
Jean