Module

x/slack_web_api_client/errors.ts>SlackAPIError

Streamlined Slack Web API client for TypeScript
Latest
class SlackAPIError
extends Error
import { SlackAPIError } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/errors.ts";

Constructors

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

Properties

apiName: string
error: string