Class ErrorEvent

java.lang.Object
com.slack.api.model.event.ErrorEvent
All Implemented Interfaces:
Event, Serializable

public class ErrorEvent extends Object implements Event
If there was a problem connecting an error will be returned, including a descriptive error message:
 {
     "type": "error",
     "error": {
         "code": 1,
         "msg": "Socket URL has expired"
     }
 }
 

https://api.slack.com/rtm

See Also: