Android Question OkHttp - How to get HTTP return code?

klarsys

Active Member
Licensed User
Longtime User
I want to get HTTP return code to check success, failure, type of failure.
How do I get returned HTTP code (200, 404, 500, etc) in JobDone function?
 
Top