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
      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