Module

x/slack_web_api_client/mod.ts>WebhookError

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

Constructors

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

Properties

body: string
optional
cause: Error
status: number

Constructors

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

Properties

body: string
optional
cause: Error
status: number

Constructors

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

Properties

body: string
optional
cause: Error
status: number

Constructors

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

Properties

body: string
optional
cause: Error
status: number
import WebhookError
import { WebhookError } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/mod.ts";