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.providers
/
CerebrasErrorData
Cerebras
Error
Data
@
Serializable
class
CerebrasErrorData
(
val
message
:
String
,
val
type
:
String
?
=
null
,
val
param
:
String
?
=
null
,
val
code
:
String
?
=
null
)
(
source
)
Since
0.3.0-beta01
Members
Constructors
Cerebras
Error
Data
Link copied to clipboard
constructor
(
message
:
String
,
type
:
String
?
=
null
,
param
:
String
?
=
null
,
code
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
message
Link copied to clipboard
val
message
:
String
param
Link copied to clipboard
val
param
:
String
?
type
Link copied to clipboard
val
type
:
String
?