Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.biometrics
/
TSBiometricsRegistrationError
/
NetworkError
Network
Error
data
class
NetworkError
(
val
message
:
String
,
val
t
:
Throwable
?
=
null
)
:
TSBiometricsRegistrationError
Network Error
Members
Constructors
Network
Error
Link copied to clipboard
constructor
(
message
:
String
,
t
:
Throwable
?
=
null
)
Properties
e
M
Link copied to clipboard
val
eM
:
String
message
Link copied to clipboard
val
message
:
String
t
Link copied to clipboard
val
t
:
Throwable
?
tw
Link copied to clipboard
val
tw
:
Throwable
?