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
/
JSONRPCError
JSONRPCError
@
Serializable
data
class
JSONRPCError
(
val
id
:
JsonElement
,
val
error
:
JSONRPCErrorData
,
val
jsonrpc
:
String
=
JSONRPC_VERSION
)
:
JSONRPCMessage
(
source
)
Since
0.3.0-beta01
Members
Constructors
JSONRPCError
Link copied to clipboard
constructor
(
id
:
JsonElement
,
error
:
JSONRPCErrorData
,
jsonrpc
:
String
=
JSONRPC_VERSION
)
Properties
error
Link copied to clipboard
val
error
:
JSONRPCErrorData
id
Link copied to clipboard
val
id
:
JsonElement
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String