Error

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

Data class that can hold a StytchException

Constructors

Link copied to clipboard
constructor(exception: StytchError)

Properties

Link copied to clipboard

provides information about what went wrong during an API call