Error

data class Error(val exception: StytchError) : StytchResult<Nothing>

Data class that can hold a StytchException

Constructors

Link copied to clipboard
fun Error(exception: StytchError)

Properties

Link copied to clipboard
val exception: StytchError

provides information about what went wrong during an API call