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

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

package com.lithic.api.errors

import com.google.common.collect.ListMultimap

class RateLimitException(
    headers: ListMultimap,
    body: String,
    error: LithicError,
) : LithicServiceException(429, headers, body, error)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy