HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Add NOT_IN_CHANNEL Slack error type #356

Closed zmarushchak-hs closed 1 month ago

zmarushchak-hs commented 1 month ago

not_in_channel is one of the errors returned by Slack API. Need to have it to determine the reason why bot failed to set reaction to message sent by user. In such case we are going to show descriptive error message.