Package com.stytch.sdk.common.errors
Class StytchAPISchemaError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchAPISchemaError extends StytchError
An error class representing a schema error that occurs in the Stytch API
-
-
Constructor Summary
Constructors Constructor Description StytchAPISchemaError(String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()a string explaining what was wrong with the schema that was sent -
-
Constructor Detail
-
StytchAPISchemaError
StytchAPISchemaError(String message)
-
-
Method Detail
-
getMessage
String getMessage()
a string explaining what was wrong with the schema that was sent
-
-
-
-