Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
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
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?