Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.biometrics
/
TSNativeBiometricsApprovalError
/
Other
Other
data
class
Other
(
val
message
:
String
?
,
val
exception
:
Throwable
?
)
:
TSNativeBiometricsApprovalError
An unexpected error occurred that does not fit any other category.
Members
Constructors
Other
Link copied to clipboard
constructor
(
message
:
String
?
,
exception
:
Throwable
?
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
exception
Link copied to clipboard
val
exception
:
Throwable
?
message
Link copied to clipboard
val
message
:
String
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?