Error http using httpmodule

I would like to know if there is any error in this error: {"_body": {“isTrusted”: true}, “status”: 0, “ok”: false, “statusText”: " Type “: 3,” url ": null}

I have my ionic version 2 application running on my computer and working correctly consuming data from a laravel v5.4 server, the problem comes out when I try to consume data from my cell to my local server through any http request.
I have consumed data and http postings from my cell being in the same network but now I do not know why the requests are now stopped

Did you remote debug the problem on the device already?
Follow these instructions here to debug the problem in Safari dev tools:
https://ionic.zone/debug/remote-debug-your-app#ios
Follow these instructions here to debug the problem in Chrome dev tools:
https://ionic.zone/debug/remote-debug-your-app#android
Look at the console and network tabs for errors.

thanks man and now i am debugging my app