Request Timeout Exception
class RequestTimeoutException(message: String? = null, cause: Throwable? = null, code: Int? = null, body: String? = null) : NetworkException
Exception thrown when a request times out. This can occur when Horizon returns a Timeout status or when a connection timeout occurs.