commonMain.com.xebia.functional.openai.errors.ResponseSerializerError.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xef-openai-client Show documentation
Show all versions of xef-openai-client Show documentation
Building applications with LLMs through composability in Kotlin
package com.xebia.functional.openai.errors
class ResponseSerializerError(message: String, cause: Throwable? = null) :
Exception(message, cause)