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
    • 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)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getType()
      Date getCreatedAt()
      final ChatError getError()
      • Methods inherited from class java.lang.Object

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