Class AuthenticationResult.ErrorResult
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ErrorResult
-
- Direct Known Subclasses:
RemoteAuthenticationResult.RemoteErrorResult
- Enclosing interface:
- AuthenticationResult
public static class AuthenticationResult.ErrorResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Exception
cause
AuthenticationResult.ResolvableError
error
-
-
-
Field Detail
-
error
public final AuthenticationResult.ResolvableError error
-
cause
public final Exception cause
-
-