StytchAPIUnreachableError

data class StytchAPIUnreachableError(val message: String, val exception: Throwable? = null) : StytchError

An error that occurs when the Stytch SDK cannot reach the API. This may mean that there is a network error, or an error occurred while creating the request

Constructors

Link copied to clipboard
constructor(message: String, exception: Throwable? = null)

Properties

Link copied to clipboard
val exception: Throwable? = null

an optional Throwable that caused this error to occur

Link copied to clipboard
open override val message: String

a string explaining what went wrong