Authentication
Authentication
/
com.transmit.authentication
/
Result
/
Error
Error
class
Error
:
Result
<
T
>
Content copied to clipboard
Constructors
Functions
Constructors
Error
Link copied to clipboard
open
fun
Error
(
error
:
Exception
)
Content copied to clipboard
Error
Link copied to clipboard
open
fun
Error
(
errorMsg
:
String
)
Content copied to clipboard
Error
Link copied to clipboard
open
fun
Error
(
errorCode
:
String
,
errorMsg
:
String
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard