Skip to main content
Module

x/slack_web_api_client/errors.ts>WebhookError

Streamlined Slack Web API client for TypeScript
Latest
class WebhookError
extends Error
import { WebhookError } from "https://deno.land/x/slack_web_api_client@1.1.2/errors.ts";

Constructors

new
WebhookError(
status: number,
body: string,
cause?: Error | undefined,
)

Properties

body: string
optional
cause: Error
status: number