-
- All Implemented Interfaces:
public final class DisconnectCause.Error extends DisconnectCause
Happens when some non critical error occurs.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatNetworkErrorerror
-
Constructor Summary
Constructors Constructor Description DisconnectCause.Error(ChatNetworkError error)
-
Method Summary
Modifier and Type Method Description final ChatNetworkErrorgetError()-
-
Constructor Detail
-
DisconnectCause.Error
DisconnectCause.Error(ChatNetworkError error)
- Parameters:
error- Instance of ChatNetworkError as a reason of it.
-
-
Method Detail
-
getError
final ChatNetworkError getError()
-
-
-
-