Custom

data class Custom<T>(val error: T) : LLMError

Constructors

Link copied to clipboard
constructor(error: T)

Properties

Link copied to clipboard
val error: T