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
Deep
Seek
Error
@
Serializable
class
DeepSeekError
(
val
error
:
DeepSeekError.Error
)
Members
Constructors
Deep
Seek
Error
Link copied to clipboard
constructor
(
error
:
DeepSeekError.Error
)
Types
Error
Link copied to clipboard
@
Serializable
class
Error
(
val
message
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
param
:
JsonObject
?
=
null
,
val
code
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
DeepSeekError.Error
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String