//okhttp/okhttp3/Response/isSuccessful
isSuccessful¶
[common, nonJvm]\ [common]\ expect val isSuccessful: Boolean
[nonJvm]\ actual val isSuccessful: Boolean
Returns true if the code is in [200..300), which means the request was successfully received, understood, and accepted.
[jvm]\ actual val isSuccessful: Boolean