DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.errors
/
DeepSeekError
/
Error
Error
@
Serializable
class
Error
(
val
message
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
param
:
JsonObject
?
=
null
,
val
code
:
String
?
=
null
)
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
type
:
String
?
=
null
,
param
:
JsonObject
?
=
null
,
code
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
message
Link copied to clipboard
val
message
:
String
?
=
null
param
Link copied to clipboard
val
param
:
JsonObject
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String