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