Unable to resolve host "api.backendless.com": No address associated with hostname

Hello, I got this error on one of the queries from my app:

Unable to resolve host “api.backendless.com”: No address associated with hostname

doing a simple query:
Backendless.Data.of(Consts.TABLE_GENERAL_VARIABLES).find(callback);causing my app to not be able to startI restarted the app and then it worked again.
what could be the issue?

Either there is no network connectivity or your DNS server is not resolving the domain name to an IP address.

This happened only once.

running the app again and this problem vanished