com.increase.api.errors.RateLimitException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of increase-java-core Show documentation
Show all versions of increase-java-core Show documentation
An SDK library for increase
The newest version!
package com.increase.api.errors
import com.google.common.collect.ListMultimap
class RateLimitException(
headers: ListMultimap,
body: String,
error: IncreaseError,
) : IncreaseServiceException(429, headers, body, error)