
com.lithic.api.errors.InternalServerException.kt Maven / Gradle / Ivy
package com.lithic.api.errors
import com.google.common.collect.ListMultimap
class InternalServerException(
statusCode: Int,
headers: ListMultimap,
body: String,
error: LithicError,
) : LithicServiceException(statusCode, headers, body, error)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy