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

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

There is a newer version: 0.142.0
Show newest version
package com.increase.api.errors

import com.increase.api.core.http.Headers

class RateLimitException(
    headers: Headers,
    body: String,
    error: IncreaseError,
) : IncreaseServiceException(429, headers, body, error)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy