Skip to main content
Module

x/slack_bolt/mod.ts>ErrorCode

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
enum ErrorCode
import { ErrorCode } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Members

AppInitializationError = "slack_bolt_app_initialization_error"
AuthorizationError = "slack_bolt_authorization_error"
ContextMissingPropertyError = "slack_bolt_context_missing_property_error"
HTTPReceiverDeferredRequestError = "slack_bolt_http_receiver_deferred_request_error"
MultipleListenerError = "slack_bolt_multiple_listener_error"
ReceiverAuthenticityError = "slack_bolt_receiver_authenticity_error"
ReceiverInconsistentStateError = "slack_bolt_receiver_inconsistent_state_error"
ReceiverMultipleAckError = "slack_bolt_receiver_ack_multiple_error"
UnknownError = "slack_bolt_unknown_error"

This value is used to assign to errors that occur inside the framework but do not have a code, to keep interfaces in terms of CodedError.

WorkflowStepInitializationError = "slack_bolt_workflow_step_initialization_error"