Skip to main content
Module

x/slack_web_api_client/mod.ts>SlackAPIError

Slack Web API client in TypeScript
Go to Latest
class SlackAPIError
extends Error
Re-export
import { SlackAPIError } from "https://deno.land/x/slack_web_api_client@0.1.5/mod.ts";

Constructors

new
SlackAPIError(
apiName: string,
error: string,
result: any,
)