Bad Response Exception
class BadResponseException(message: String? = null, cause: Throwable? = null, code: Int? = null, body: String? = null) : NetworkException
Exception thrown when the server returns a 5xx server error status code. This indicates that the server encountered an error while processing the request.