WebRequestError

data class WebRequestError(val title: String, val message: String, val throwable: Throwable? = null)

用于WebBookDataSource请求错误时回流至UI层现实的错误类

Parameters

title

简短的错误提示

message

显示给前端用户的详细错误提示

throwable

用于技术分析的实际错误

Constructors

Link copied to clipboard
constructor(title: String, message: String, throwable: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard