class ConnectionErrorRetryHandler
implements RetryHandler
import { ConnectionErrorRetryHandler } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/client/retry-handler/built-in.ts";
Constructors
new
ConnectionErrorRetryHandler(options?: FixedIntervalRetryHandlerOptions)Methods
shouldRetry(unnamed 0: RetryHandlerArgs): Promise<boolean>