Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnApprovalError
/
InternalError
Internal
Error
data
class
InternalError
(
val
errorMessage
:
String
,
val
exception
:
Throwable
?
=
null
)
:
TSWebAuthnApprovalError
Internal error occurred
Members
Constructors
Internal
Error
Link copied to clipboard
constructor
(
errorMessage
:
String
,
exception
:
Throwable
?
=
null
)
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
?