fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.exception
/
AuthenticationException
Authentication
Exception
class
AuthenticationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
FursuitTvSdkException
认证异常,表示凭证无效或权限不足(非令牌过期)。
Parameters
message
认证失败的详细描述
cause
底层原因,可能为 null
Members
Constructors
Authentication
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?