Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.pincode
/
TSPinCodeUnregistrationError
/
InternalError
Internal
Error
data
class
InternalError
(
val
errorMsg
:
String
,
val
exception
:
Throwable
?
)
:
TSPinCodeUnregistrationError
Internal error occurred
Members
Constructors
Internal
Error
Link copied to clipboard
constructor
(
errorMsg
:
String
,
exception
:
Throwable
?
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
error
Msg
Link copied to clipboard
val
errorMsg
:
String
exception
Link copied to clipboard
val
exception
:
Throwable
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?