Package com.stytch.sdk.common.errors
Interface StytchDeeplinkError
-
- All Implemented Interfaces:
public interface StytchDeeplinkErrorA type of error that can occur during deeplink handling
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMessage()a string describing what went wrong when handling the deeplink -
-
Method Detail
-
getMessage
abstract String getMessage()
a string describing what went wrong when handling the deeplink
-
-
-
-