TypeValidationError

class TypeValidationError(val value: JsonElement?, cause: Throwable, val context: TypeValidationContext? = null) : AiSdkException(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(value: JsonElement?, cause: Throwable, context: TypeValidationContext? = null)

Types

Link copied to clipboard
object Companion

Properties

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