CometChatCallsException.logoutFailed constructor

CometChatCallsException.logoutFailed()

Creates a CometChatCallsException for logout failure.

Implementation

factory CometChatCallsException.logoutFailed() {
  return CometChatCallsException(
    ErrorCodeConstants.errorLogOutFail,
    ErrorMessageConstants.errorLogOutFailMessage,
    ErrorDetailConstants.detailLogOutFail,
  );
}