Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_oauth/src/errors.ts>ErrorCode

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
enum ErrorCode
import { ErrorCode } from "https://deno.land/x/slack_oauth@3.0.2/src/errors.ts";

A dictionary of codes for errors produced by this package.

Members

AuthorizationError = "slack_oauth_installer_authorization_error"
GenerateInstallUrlError = "slack_oauth_generate_url_error"
HandleInstallCodeStateError = "slack_oauth_handle_code_state_error"
InstallerInitializationError = "slack_oauth_installer_initialization_error"