@slack/socket-mode
Version:
Official library for using the Slack Platform's Socket Mode API
8 lines • 314 B
TypeScript
export declare enum UnrecoverableSocketModeStartError {
NotAuthed = "not_authed",
InvalidAuth = "invalid_auth",
AccountInactive = "account_inactive",
UserRemovedFromTeam = "user_removed_from_team",
TeamDisabled = "team_disabled"
}
//# sourceMappingURL=UnrecoverableSocketModeStartError.d.ts.map