Connection

class Connection(val reason: Throwable) : StytchExceptions

Connection exception wrapper

Constructors

Link copied to clipboard
fun Connection(reason: Throwable)

Properties

Link copied to clipboard
open override val reason: Throwable

provides a Throwable with information on what went wrong.