Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.biometrics
/
TSBiometricsAuthError
/
Other
Other
data
class
Other
(
val
errorMsg
:
String
?
,
val
t
:
Throwable
?
)
:
TSBiometricsAuthError
An unexpected error occurred that does not fit any other category.
Members
Constructors
Other
Link copied to clipboard
constructor
(
errorMsg
:
String
?
,
t
:
Throwable
?
)
Properties
e
M
Link copied to clipboard
val
eM
:
String
?
error
Msg
Link copied to clipboard
val
errorMsg
:
String
?
t
Link copied to clipboard
val
t
:
Throwable
?
tw
Link copied to clipboard
val
tw
:
Throwable
?