Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-component-kook-api
/
love.forte.simbot.kook.api
/
ApiResponseException
Api
Response
Exception
class
ApiResponseException
(
val
response
:
HttpResponse
,
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
KookException
(
source
)
当API请求得到失败响应得到此异常。
Author
ForteScarlet
Members
Constructors
Api
Response
Exception
Link copied to clipboard
constructor
(
response
:
HttpResponse
,
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
response
Link copied to clipboard
val
response
:
HttpResponse
响应结果
Inherited properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?