Get property http error response

how to get an http response error, for example if the email is already registered (3033), then I will take action. like cache.
if the status is 200. then I can get the property.
is it only 200 OK response that can be taken property?

Thanks

Annotation 2020-07-18 021248-api

Hello @xiaomieya

to get the error code you need to put it into the “Try Catch” block and then get the “code” property of “error”

Regards, Vlad

Here’s a demo built with UI Builder: http://www.backendless.us/index.html?page=register

The complete logic is:

Thanks @mark-piller and @vladimir-upirov