Error Code - What is the error code for when Backendless server is down???

Hello, I am curious for error code for when server be down(like recently problem…server was shut down suddenly)

I used async handler and want to handle when server is unavaliable.

According to the list of HTTP status codes, the situation you are talking about can result in 5xx http status code.

Srry to my poor ENG… was i correctly understand your answer that the error code is not included in “BackendlessException.java” or https://backendless.com/documentation/data/android/error_handling.html but included in that link you provided??

Yes, that is correct, if the service is not available, you’d be getting an HTTP error code.

Yap!! Got it!! :slight_smile: THX to reply