Using okHttp & HttpUtils, today I called a php script and by mistake I forgot to return a result from the script.
So Job.Success was true but Job.GetString failed with "android.system.ErrnoException: open failed: ENOENT (No such file or directory)" which is "ok" -> Job was ok but there is no result.
Am I blind here? I don't see a way to handle this (except try/catch).
So Job.Success was true but Job.GetString failed with "android.system.ErrnoException: open failed: ENOENT (No such file or directory)" which is "ok" -> Job was ok but there is no result.
Am I blind here? I don't see a way to handle this (except try/catch).