Input

class Input(val reason: String) : StytchExceptions

Input exception wrapper

Parameters

reason

provides a simple reasoning as a String as what went wrong

Constructors

Link copied to clipboard
fun Input(reason: String)

Properties

Link copied to clipboard
open override val reason: String