StytchInternalError
data class StytchInternalError(val exception: Throwable? = null, val message: String = "An internal error has occurred. Please contact Stytch if this occurs.") : StytchSDKError
Content copied to clipboard
Thrown when all else fails. We should audit our usage of this and see if it makes sense to create classes for these
Constructors
Link copied to clipboard
fun StytchInternalError(exception: Throwable? = null, message: String = "An internal error has occurred. Please contact Stytch if this occurs.")
Content copied to clipboard