Package com.stytch.sdk.common.errors
Class StytchUIInvalidConfiguration
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchUIInvalidConfiguration extends StytchUIError
Thrown when your Stytch UI configuration is invalid
-
-
Constructor Summary
Constructors Constructor Description StytchUIInvalidConfiguration(String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()a string describing what is incorrect about the UI configuration that was provided -
-
Constructor Detail
-
StytchUIInvalidConfiguration
StytchUIInvalidConfiguration(String message)
-
-
Method Detail
-
getMessage
String getMessage()
a string describing what is incorrect about the UI configuration that was provided
-
-
-
-