UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

19 lines 509 B
/** * Exception that occurred during the configuration of the app. */ export declare class ConfigError extends Error { constructor(message: string); } /** * Exception that occurred during an authorize() call. */ export declare class AuthorizeError extends Error { constructor(message: string); } /** * Exception that occurred during the configuration of Socket Mode. */ export declare class SocketModeError extends Error { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map