fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.exception
/
ValidationException
Validation
Exception
class
ValidationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
FursuitTvSdkException
参数验证异常 表示请求参数验证失败
Parameters
message
错误消息
cause
异常原因
Members
Constructors
Validation
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)