StytchUIError

sealed class StytchUIError : StytchError

A base class representing SDK specific errors or exceptions that may occur. This class should not be used directly, rather we should be creating implementations for each of the known/expected errors we return.

Inheritors

Properties

Link copied to clipboard
open val exception: Throwable? = null