Hi,

When you send an inline command if there is any error or you return
one manually you get back something like this:


array(1) { [0]=> object(stdClass)#2 (3) { ["time"]=> string(10)
"1349728848" ["raw"]=> string(3) "ERR" ["data"]=> object(stdClass)#3
(2) { ["code"]=> string(3) "100" ["value"]=> string(20) "your params
are undefined" } } }

I tried something like:

this.onError('ERR', function(error){});

but it's not fired, also tried onRaw(); but not to avail...

Is not like is end of the work, but would save some lines of code..
and would make it cleaner don't you think?

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to