Package 

Class ErrorEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String type
      private final Date createdAt
      private final ChatError error
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorEvent(String type, Date createdAt, ChatError error)
    • Method Summary

      Modifier and Type Method Description
      final String component1()
      final Date component2()
      final ChatError component3()
      final ErrorEvent copy(String type, Date createdAt, ChatError error)
      String getType()
      Date getCreatedAt()
      final ChatError getError()
      • Methods inherited from class io.getstream.chat.android.client.events.ChatEvent

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait