AuthenticationException

认证异常,表示凭证无效或权限不足(非令牌过期)。

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?