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

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