Interface DittoException.TransportExceptionReason
- All Known Implementing Classes:
DittoException.TransportExceptionReason.FailedToDecodeTransportDiagnostics,DittoException.TransportExceptionReason.IncorrectPlatformTransportConfig
- Enclosing class:
DittoException
public static sealed interface DittoException.TransportExceptionReason
permits DittoException.TransportExceptionReason.FailedToDecodeTransportDiagnostics, DittoException.TransportExceptionReason.IncorrectPlatformTransportConfig
The possible underlying reasons a
DittoException.TransportException error occurs.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordDecoding of transport diagnostics data failed.static final recordThe wrong platform's DittoTransportConfig was provided.