-
- All Implemented Interfaces:
public final class DisconnectCause.UnrecoverableError extends DisconnectCause
Happens when a critical error occurs. Connection can't be restored after such disconnection.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatNetworkErrorerror
-
Constructor Summary
Constructors Constructor Description DisconnectCause.UnrecoverableError(ChatNetworkError error)
-
Method Summary
Modifier and Type Method Description final ChatNetworkErrorgetError()-
-
Constructor Detail
-
DisconnectCause.UnrecoverableError
DisconnectCause.UnrecoverableError(ChatNetworkError error)
- Parameters:
error- Instance of ChatNetworkError as a reason of it.
-
-
Method Detail
-
getError
final ChatNetworkError getError()
-
-
-
-