Error

class Error(val error: Throwable) : SearchResult

表示搜索过程出现了错误 返回该结果后软件会认为不存在后续结果

Since

Api 2

Constructors

Link copied to clipboard
constructor(error: Throwable)
constructor(message: String)

Properties

Link copied to clipboard

错误对象