AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
TypeValidationError
Type
Validation
Error
class
TypeValidationError
(
val
value
:
JsonElement
?
,
cause
:
Throwable
,
val
context
:
TypeValidationContext
?
=
null
)
:
AiSdkException
(
source
)
Since
0.3.0-beta01
Members
Constructors
Type
Validation
Error
Link copied to clipboard
constructor
(
value
:
JsonElement
?
,
cause
:
Throwable
,
context
:
TypeValidationContext
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
context
Link copied to clipboard
val
context
:
TypeValidationContext
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
value
Link copied to clipboard
val
value
:
JsonElement
?