NotFoundException

class NotFoundException(message: String, cause: Throwable? = null) : FursuitTvSdkException

未找到资源异常,表示请求的资源在服务器上不存在。

Parameters

message

资源未找到的详细说明

cause

底层原因,可能为 null

Constructors

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

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?