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