Guest User

Untitled

a guest
Jun 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Imata.log(a.result)
  2. Imata.log(a.result.allerror)
  3. for (r in a.result.allerror) {
  4. if (!Ext.isFunction(r)) {
  5. Imata.log('r:' + r);
  6. for (e in a.result.allerror[r]) {
  7. if (!Ext.isFunction(e)) {
  8. Imata.log('e:' + e);
  9. Imata.log('msg:' + a.result.allerror[r][e].msg);
  10. }
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment