In B4a,
I can make a HTTP call using HTTPJOB and if there is an error the full response is returned in job.errormessage
e.g.
{"code":"unverified_user","message":"Unverified User","data":{"status":404}}
however, if I make the same call in B4i
the error message is:
unknown error
so it is not possible to extract the exact issue.
Is it possible to update the response in B4i to contain the complete error message, as it does in B4A?
Or is there another way to get this response information using HTTPJOB.
Thanks
Andrew
I can make a HTTP call using HTTPJOB and if there is an error the full response is returned in job.errormessage
e.g.
{"code":"unverified_user","message":"Unverified User","data":{"status":404}}
however, if I make the same call in B4i
the error message is:
unknown error
so it is not possible to extract the exact issue.
Is it possible to update the response in B4i to contain the complete error message, as it does in B4A?
Or is there another way to get this response information using HTTPJOB.
Thanks
Andrew