Interface DittoException.AuthenticationExceptionReason
- All Known Implementing Classes:
DittoException.AuthenticationExceptionReason.ExpirationHandlerMissing,DittoException.AuthenticationExceptionReason.FailedToAuthenticate
- Enclosing class:
DittoException
public static sealed interface DittoException.AuthenticationExceptionReason
permits DittoException.AuthenticationExceptionReason.FailedToAuthenticate, DittoException.AuthenticationExceptionReason.ExpirationHandlerMissing
The possible underlying reasons an
DittoException.AuthenticationException error occurs.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordAuthentication expiration handler is missing.static final recordFailed to authenticate with a remote server.