Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.web.search
/
SearchResult
/
Error
Error
class
Error
(
val
error
:
Throwable
)
:
SearchResult
表示搜索过程出现了错误 返回该结果后软件会认为不存在后续结果
Since
Api 2
Members
Constructors
Error
Link copied to clipboard
constructor
(
error
:
Throwable
)
constructor
(
message
:
String
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
错误对象