LLMClientException

class LLMClientException(clientName: String, message: String? = null, cause: Throwable? = null) : Exception(source)

Exception for Koog LLM clients

Constructors

Link copied to clipboard
constructor(clientName: String, message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?