Package 

Class ErrorEvent

  • All Implemented Interfaces:

    
    public final class ErrorEvent
    extends ChatEvent
                        

    Triggered when WS connection emits error

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorEvent(String type, Date createdAt, String rawCreatedAt, ChatError error)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getType()
      Date getCreatedAt()
      String getRawCreatedAt()
      final ChatError getError()
      • Methods inherited from class io.getstream.chat.android.client.events.ChatEvent

        getSeq
      • Methods inherited from class java.lang.Object

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