-
public final class DyteMeetingViewModel.DyteMeetingState.Error extends DyteMeetingViewModel.DyteMeetingState
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final Exceptionexception
-
Constructor Summary
Constructors Constructor Description DyteMeetingViewModel.DyteMeetingState.Error(String errorMessage, Exception exception)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()final ExceptiongetException()-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getException
final Exception getException()
-
-
-
-