Response

class Response(val reason: StytchErrorResponse?) : StytchExceptions

Response exception wrapper

Constructors

Link copied to clipboard
fun Response(reason: StytchErrorResponse?)

Properties

Link copied to clipboard
open override val reason: StytchErrorResponse?

provides a StytchErrorResponse object with a reason as to what went wrong.