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
/
DeepSeekException
/
UnauthorizedException
Unauthorized
Exception
class
UnauthorizedException
(
val
headers
:
Headers
,
val
error
:
DeepSeekError
?
,
message
:
String
?
)
:
DeepSeekException
Members
Constructors
Unauthorized
Exception
Link copied to clipboard
constructor
(
headers
:
Headers
,
error
:
DeepSeekError
?
,
message
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
DeepSeekError
?
headers
Link copied to clipboard
val
headers
:
Headers
message
Link copied to clipboard
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int