All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.simiacryptus.openai.exceptions.RateLimitException.kt Maven / Gradle / Ivy

The newest version!
package com.simiacryptus.openai.exceptions

class RateLimitException(
    val org: String?,
    val limit: Int,
    val delay: Long
) : AIServiceException("Rate limit exceeded: $org, limit: $limit, delay: $delay")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy