Package com.stytch.sdk.common.errors
Class StytchSDKNotConfiguredError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchSDKNotConfiguredError extends StytchSDKError
Thrown when you try to use the SDK before it has been configured
-
-
Field Summary
Fields Modifier and Type Field Description private final StringclientName
-
Constructor Summary
Constructors Constructor Description StytchSDKNotConfiguredError(String clientName)
-
Method Summary
Modifier and Type Method Description final StringgetClientName()the client type that must be configured (either StytchClientorStytchB2BClient)-
-
Constructor Detail
-
StytchSDKNotConfiguredError
StytchSDKNotConfiguredError(String clientName)
-
-
Method Detail
-
getClientName
final String getClientName()
the client type that must be configured (either
StytchClientorStytchB2BClient)
-
-
-
-