Stytch Kotlin
0.6.0
Stytch Kotlin
/
com.stytch.sdk
/
StytchExceptions
/
Connection
Connection
class
Connection
(
val
reason
:
Throwable
)
:
StytchExceptions
Content copied to clipboard
Connection exception wrapper
Constructors
Properties
Parameters
Parameters
reason
provides a Throwable with information on what went wrong.
Constructors
Connection
Link copied to clipboard
fun
Connection
(
reason
:
Throwable
)
Content copied to clipboard
Properties
reason
Link copied to clipboard
open
override
val
reason
:
Throwable
Content copied to clipboard