Interface GatewayConnectionFailed

All Superinterfaces:
Entity
All Known Implementing Classes:
GatewayConnectionFailedImpl

public interface GatewayConnectionFailed extends Entity
Fired when connecting to Discord's websocket gateway fails.
Since:
7/26/19.
Author:
amy
  • Method Details

    • shardInfo

      ShardInfo shardInfo()
      Returns:
      Information about the shard whose gateway websocket connection failed.
    • error

      Throwable error()
      Returns:
      The error thrown during connection failure.