core
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
core
core
/
com.paysafe.wallet.android.core.wallet
/
TokenExpiredException
Token
Expired
Exception
open
class
TokenExpiredException
(
errorId
:
String
?
)
:
WalletException
Exception indicating that the token has expired.
Parameters
error
Id
An optional ID related to the error
Members
Constructors
Token
Expired
Exception
Link copied to clipboard
constructor
(
errorId
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Id
Link copied to clipboard
val
errorId
:
String
?
An optional ID related to the error
message
Link copied to clipboard
open
val
message
:
String
?