ResponseBytesException
class ResponseBytesException(val response: Response, val bodyBytes: ByteArray?, cause: Throwable? = null) : Exception(source)
An exception that gets thrown if we receive a response whose body cannot be converted into raw bytes.