StytchAPISchemaError

data class StytchAPISchemaError(val message: String) : StytchError

An error class representing a schema error that occurs in the Stytch API

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val message: String

a string explaining what was wrong with the schema that was sent