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