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

com.tryfinch.api.errors.RateLimitException.kt Maven / Gradle / Ivy

package com.tryfinch.api.errors

import com.tryfinch.api.core.http.Headers

class RateLimitException(
    headers: Headers,
    body: String,
    error: FinchError,
) : FinchServiceException(429, headers, body, error)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy