Package com.stytch.sdk.common
Class StytchResult.Error
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class StytchResult.Error extends StytchResult<Nothing>
Data class that can hold a StytchException
-
-
Field Summary
Fields Modifier and Type Field Description private final StytchErrorexception
-
Constructor Summary
Constructors Constructor Description StytchResult.Error(StytchError exception)
-
Method Summary
Modifier and Type Method Description final StytchErrorgetException()provides information about what went wrong during an API call -
-
Constructor Detail
-
StytchResult.Error
StytchResult.Error(StytchError exception)
-
-
Method Detail
-
getException
final StytchError getException()
provides information about what went wrong during an API call
-
-
-
-