Expand the object and you should see the entire content.
Your error is in responseText
so would I write (response text error not found) in the java?
You would be using JavaScript.
Could you show me how to write the code?
jqXHR.responseText
or
jqXHR.statutText
Ok, tried writing that on service complete event and that did not work. Do I need to write that code to a local variable, or somewhere else?
Just that won't work... it should be:
alert (jqXHR.statusText);
or
console.log(jqXHR.statusText);
I'd definitely recommend to try some basic JavaScript tutorials before you start building mobile apps in Appery.io